検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 572 for Template (0.290 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 3705
" + 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 ... hecks prior to running the command. The startapp --template and startproject --template options now support te ... emoryview content. For use in, for example, Django templates, HttpRequest.headers now allows lookups using und ... library urllib.parse.urlencode() function. intword template filter now translates 1.0 as a singular phrase and ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 3682
" + 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 ... cific terminology ¶ model -- it's not capitalized. template -- it's not capitalized. URLconf -- use three capi ... link to a setting, use :setting:`INSTALLED_APPS` . Template tags: .. templatetag :: regroup To link, use :ttag ... :`regroup` . Template filters: .. templatefilter :: linebreaksbr To link ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 3682
" + 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 ... fically, the add-ons that include either models or template tags -- you'll need to add the package name (e.g., ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 3682
" + 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 ... ing the model instance into the context, where the template might invoke the method once more: # the model cla ... n the view: if person . friends (): ... And in the template you would have: {% for friend in person.friends %} ... ice. Since the instance person in the view and the template are the same, decorating the friends() method with ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 3682
" + 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 ... oss-site scripting (XSS) vulnerabilities, Django's template system now automatically escapes the output of var ... configurable, and allows both variables and larger template constructs to be marked as safe (requiring no esca ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 3682
" + 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 ... in Django 2.2 that caused a crash when loading the template for the technical 500 debug page ( #30324 ). Fixed ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 3682
" + 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 ... .1 ( #31864 ). Adjusted admin's navigation sidebar template to reduce debug logging when rendering ( #31865 ). ... sing deprecated keyword arguments to a queryset in TemplateView.get_context_data() ( #31877 ). Enforced thread ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 3682
" + 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 ... le lookup errors were logged rendering the sitemap template if alternates were not defined ( #32648 ). Fixed a ... ookup errors were logged when rendering some admin templates ( #32681 ). Fixed a bug in Django 3.2 where an ad ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
ビルトインのクラスベースのジェネリックビュー — Django 4.0.6 ドキュメント 3682
" + 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 ... o take away some of that monotony at the model and template layers, but web developers also experience this bo ... こともできます。 オブジェクトのジェネリックビュー ¶ TemplateView は確かに便利ですが、データベースコンテンツのビ ... 。しかし、テンプレートを書く必要があります。ビューに template_name 属性を追加することで、どのテンプレートを使うか ...
https://man.plustar.jp/django/topics/class-based-views/generic-display.html - [similar]
FAQ: 一般的な質問 — Django 4.0.6 ドキュメント 3659
" + 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 ... ュー (view)」と呼び、ビュー (View) を「テンプレート (template)」と呼んでいます。なぜ標準的な呼び方をしないのです ... よいでしょう。つ まり、モデル "Model"、テンプレート "Template"、そしてビュー "View" です。 この分割の方がよりしっ ... ュー (view)」と呼び、ビュー (View) を「テンプレート (template)」と呼んでいます。なぜ標準的な呼び方をしないのです ...
https://man.plustar.jp/django/faq/general.html - [similar]