検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 572 for Template (0.023 sec.)
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 4635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... d the value of redirect_field_name in LoginView 's template context. It's now an empty string (as it is for th ... bute values in the django/forms/widgets/attrs.html template from being localized so that numeric attributes (e ... ved casting of the option value to a string in the template context of the CheckboxSelectMultiple , NullBoolea ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 4605
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... on is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable. The problemat ... ility in truncatechars_html and truncatewords_html template filters ¶ If django.utils.text.Truncator 's chars( ... ment the truncatechars_html and truncatewords_html template filters, which were thus vulnerable. The backtrack ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... ごと、もしくはセッティング ModelAdmin.popup_response_template 属性によってオーバーライドできるようになりました。 ... ries with FOR UPDATE SKIP LOCKED . Added the TEST['TEMPLATE'] setting to let PostgreSQL users specify a templa ... _safe() can now be used as a decorator. The Jinja2 template backend now supports context processors by setting ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 4582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... orted) ( #29544 ). Fixed a regression where django.template.Template crashed if the template_string argument i ... 7 リリースノート 関連キーワード CommonMiddleware , template , site , pattern , トピック , previous , up , next ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 4582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... sorts of calculations -- from database queries to template rendering to business logic -- to create the page ... nt:code>/' , cache_page ( 60 * 15 )( my_view )), ] Template fragment caching ¶ If you're after even more contr ... ol, you can also cache template fragments using the cache template tag. To give yo ...
https://man.plustar.jp/django/topics/cache.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 4582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... tion, perhaps - in a QuerySet , in Python, or in a template. However, it will almost always be faster to do th ... than Python can, which can do them faster than the template language can: # QuerySet operation on the database ... of the Python objects len ( my_bicycles ) # Django template filter # slower still, because it will have to cou ...
https://man.plustar.jp/django/topics/performance.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... atting for either the title or description, Django templates can be used instead. Their paths can be specified ... with the title_template and description_template attributes on the Feed cl ... ass. The templates are rendered for each item and are passed two tem ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4529
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... are not yet supported by xgettext , and JavaScript template strings need gettext 0.21+. 翻訳者へのコメント ¶ 翻 ... でも動作します。詳しくは Comments for translators in templates を参照してください。 no-op として文字列をマークす ... also supported by the translate and blocktranslate template tags. Lazy な翻訳 ¶ Lazy に -- 値が呼ばれたときでは ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 3.1.6 release notes — Django 4.0.6 ドキュメント 4453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... ils.archive.extract() function, used by startapp --template and startproject --template , allowed directory-tr ... se , extract , traversal , directory , Potential , template , トピック , Bugfixes , previous クイック検索 Last ...
https://man.plustar.jp/django/releases/3.1.6.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 4423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = $(elem).text(); if ($.inArray(filtername, django_template_builtins.tfilters) != -1) { var fragment = filtern ... ted). CVE-2022-22818: Possible XSS via {% debug %} template tag ¶ The {% debug %} template tag didn't properly ... notes CVE-2022-22818: Possible XSS via {% debug %} template tag CVE-2022-23833: Denial-of-service possibility ... used , regression , when , debug , crash , order , template クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT