検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 76 for LANGUAGE (0.022 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 7854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he LocaleMiddleware now stores the user's selected language with the session key _language . This should only ... be accessed using the LANGUAGE_SESSION_KEY constant. Previously it was stored wit ... h the key django_language and the LANGUAGE_SESSION_KEY constant did not exis ... an underscore. For backwards compatibility django_language is still read from in 1.7. Sessions will be migrat ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 7563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee the ExampleFeed class below for usage examples. Language ¶ Feeds created by the syndication framework autom ... atically include the appropriate <language> tag (RSS 2.0) or xml:lang attribute (Atom). By de ... fault, this is django.utils.translation.get_language() . You can change it by setting the language clas ... itle_template = None description_template = None # LANGUAGE -- Optional. This should be a string specifying a ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 7563
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng for apps providing translations for territorial language variants as well as a generic language, where the ... project has different plural equations for the language ( #31570 ). Tracking a jQuery security release, up ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 7314
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng for apps providing translations for territorial language variants as well as a generic language, where the ... project has different plural equations for the language ( #31570 ). Tracking a jQuery security release, up ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated cache key will include the name of the active language -- see also How Django discovers language preferen ... per-site middleware cache will respect the active language . For the cache template tag you could use one of ... t: {% load i18n %} {% load cache %} {% get_current_language as LANGUAGE_CODE %} {% cache 600 welcome LANGUAGE_ ... , if the contents of a web page depend on a user's language preference, the page is said to "vary on language. ...
https://man.plustar.jp/django/topics/cache.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... late system, creatively called the Django template language (DTL), and for the popular alternative Jinja2 . Ba ... ckends for other template languages may be available from third-parties. You can also ... 埋め込み、最終的な文字列を返します。 Django template language はDjango 用のテンプレートシステムです。Django 1.8 ... テンプレート言語の構文の概要です。詳細については、 language syntax reference をご覧ください。 A Django templat ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text_lazy() will be removed. django.views.i18n.set_language() will no longer set the user language in request. ... session (key django.utils.translation.LANGUAGE_SESSION_KEY ). alias=None will be required in the ... res.MergeDict will be removed. The zh-cn and zh-tw language codes will be removed and have been replaced by th ... e zh-hans and zh-hant language code respectively. The internal django.utils.funct ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erformance. In this respect Python is an excellent language to work with, because solutions that look elegant ... on can, which can do them faster than the template language can: # QuerySet operation on the database # fast, ... t them in Python anyway, # and because of template language overheads {{ my_bicycles | length }} Generally spe ... le, lazy translation can be used before the target language is even known, because it doesn't take place until ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 6926
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etting by checking Use Unicode UTF-8 for worldwide language support in Language ‣ Administrative Language Sett ...
https://man.plustar.jp/django/howto/windows.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 6871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nse Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Prog ... ramming Language :: Python :: 3 :: Only Programming Language :: Pyt ... hon :: 3.8 Programming Language :: Python :: 3.9 Topic :: Internet :: WWW/HTTP Top ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT