検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 572 for template (0.094 sec.)
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4295
" + 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 ... よってオーバーライドされる部分を定義します。詳しくは Template inheritance を参照してください。 comment ¶ {% comm ... < tr class = " {{ rowcolors }} " > {% include "subtemplate.html" %} </ tr > {% endfor %} これは <tr> エレメン ... その文字列を親テンプレートの名前として使います。値が Template オブジェクトの場合、Django はそのオブジェクトを親テ ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4272
" + 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 ... to write custom lookups How to implement a custom template backend How to create custom template tags and fil ... CSV output How to create PDF files How to override templates How to manage static files (e.g. images, JavaScri ... create , custom , files , deploy , authenticate , template , トピック , manage クイック検索 Last update: 2022 ...
https://man.plustar.jp/django/howto/index.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 4272
" + 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 ... ps' to your INSTALLED_APPS setting. Make sure your TEMPLATES setting contains a DjangoTemplates backend whose ... to go into INSTALLED_APPS is so that the Loader() template loader can find the default templates.) Initializa ... s. sitemap ( request , sitemaps , section = None , template_name = 'sitemap.xml' , content_type = 'application ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 4219
" + 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 ... 。 from django.http import HttpResponse from django.template import loader def some_view ( request ): # Create ... Testing"' , "Here's a quote" ), ) t = loader . get_template ( 'my_template_name.txt' ) c = { 'data' : csv_data ... 以下のテンプレートのコードを用いて、テンプレート my_template_name.txt を作成しましょう。 {% for row in data %} ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 4219
" + 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 ... also fixes a bad documentation link in the project template settings.py file generated by manage.py startproje ... トピック , bad , previous , up , next , corrects , template , releases クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
Django 1.4.5 release notes — Django 4.0.6 ドキュメント 4219
" + 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 ... also fixes a bad documentation link in the project template settings.py file generated by manage.py startproje ... トピック , bad , previous , up , next , corrects , template , releases クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.4.5.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4219
" + 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 ... sure that no queries are issued while rendering a template with prefetched data). The wrappers are modeled af ... would be used in a view to block queries from the template like so: from django.db import connection from dja ... { ... } # Code to generate context with all data. template_name = ... with connection . execute_wrapper ( blo ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
Django 2.2.18 release notes — Django 4.0.6 ドキュメント 4196
" + 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 ...
https://man.plustar.jp/django/releases/2.2.18.html - [similar]
Django 3.0.12 release notes — Django 4.0.6 ドキュメント 4196
" + 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 ...
https://man.plustar.jp/django/releases/3.0.12.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4166
" + 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 ... ). Fixed some crashing deprecation shims in SimpleTemplateResponse that regressed in Django 1.9 ( #26253 ). F ... e admin's "permission denied" message in the login template to use get_username instead of username to support ... #26231 ). Fixed a crash when passing a nonexistent template name to the cached template loader's load_template ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]