検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 572 for Template (0.093 sec.)
GeoDjango's admin site — Django 4.0.6 ドキュメント 4015
" + 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 ... ce of URLs to any extra JavaScript to include. map_template ¶ Override the template used to generate the JavaS ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4015
" + 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 ... e redirects simpler. It's now easier to get at the template context in the response returned the test client: ... ntext as a list of contexts, one for each rendered template in the inheritance chain, is still available if yo ... erse() and code which uses it (e.g., the {% url %} template tag) now works with URLs in Django's administrativ ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
テストツール — Django 4.0.6 ドキュメント 4015
" + 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 のテンプレートを使っていない? この属性は、 DjangoTemplates バックエンドを使用しているときのみ格納されます。他 ... は、 IANA status code registry を参照してください。 templates ¶ 最終コンテンツをレンダリングするときに使われる ... を取得するためには、リスト内の各テンプレートに対して template.name を使ってください (名前は 'admin/index.html' の ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 3962
" + 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 ... quest ): c = {} # ... return render ( request , "a_template.html" , c ) クラスベースのビューを使っている場合は ... d in every such response. This part is done by the template tag. For all incoming requests that are not using ... to third-party sites. Caching ¶ If the csrf_token template tag is used by a template (or the get_token functi ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 3962
" + 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 ... admindocs ¶ Staff members could use the admindocs TemplateDetailView view to check the existence of arbitrary ... ditionally, if (and only if) the default admindocs templates have been customized by the developers to also ex ... anitation is now applied and only files within the template root directories can be loaded. CVE-2021-33571: Po ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
クラスベースビュー — Django 4.0.6 ドキュメント 3962
" + 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 ... 理します。 RedirectView はHTTPリダイレクトを提供し、 TemplateView は基底クラスを拡張してテンプレートもレンダリン ... .urls import path from django.views.generic import TemplateView urlpatterns = [ path ( 'about/' , TemplateView ... . as_view ( template_name = "about.html" )), ] as_view() に渡されたすべ ...
https://man.plustar.jp/django/topics/class-based-views/index.html - [similar]
Django 1.4 documentation 3939
" + 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 ... ファイル ( mysite/settings.py でしたよね) を開いて、 TEMPLATE_DIRS という設定を探して下さい。 TEMPLATE_DIRS はフ ... を指定します。つまり検索 パスです。 デフォルトでは、 TEMPLATE_DIRS には何も指定されていません。一行 追加して、Dj ... ango に自作テンプレートの置き場所を教えましょう: TEMPLATE_DIRS = ( '/home/my_username/mytemplates' , # 自分の ...
https://man.plustar.jp/django/contents.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 3939
" + 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 ... jQuery namespace . In your custom change_form.html template, extend the admin_change_form_document_ready block ... to keep in mind: The JavaScript code must go in a template block if you are inheriting admin/change_form.html ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 3939
" + 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 ... ) ( #24844 ). Reverted an optimization to the CSRF template context processor which caused a regression ( #248 ... 36 ). Fixed a regression which caused template context processors to overwrite variables set on a ... #24958 ). Fixed a regression in the unordered_list template filter on certain inputs ( #25031 ). Fixed a regre ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
ページネーション — Django 4.0.6 ドキュメント 3939
" + 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 ... , add links to the next and previous page, in your template like this: {% for contact in page_obj %} {# Each " ... , 'list.html' , { 'page_obj' : page_obj }) In the template list.html , you can include navigation between pag ... es in the same way as in the template for the ListView above. 目次 ページネーション The ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT