Results of 81 - 90 of about 572 for Template (0.085 sec.)
- Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 4143
- " + 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 ...
This feature requires the use of a new csrf_token template tag in all forms that Django renders. To make it e ...
h 1.1.X and 1.2.X versions of Django with the same templates, we have decided to introduce the csrf_token temp ...
nch, csrf_token does nothing - it has no effect on templates or form processing. However, it means that the sa ...
-
https://man.plustar.jp/django/releases/1.1.2.html
- [similar]
- How to manage error reporting — Django 4.0.6 ドキュメント 4090
- " + 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 ...
ExceptionReporter . class ExceptionReporter ¶ html_template_path ¶ New in Django 3.2. Property that returns a ...
ath representing the absolute filesystem path to a template for rendering the HTML representation of the excep ...
tion. Defaults to the Django provided template. text_template_path ¶ New in Django 3.2. Property ...
-
https://man.plustar.jp/django/howto/error-reporting.html
- [similar]
- はじめての Django アプリ作成、その 4 — Django 4.0.6 ドキュメント 4090
- " + 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 ...
更新して、HTML の <form> 要素を入れましょう。 polls/templates/polls/detail.html ¶ < form action = " {% url 'pol ...
polls/results.html テンプレートを作成します: polls/templates/polls/results.html ¶ < h1 > {{ question.question_ ...
ording to a parameter passed in the URL, loading a template and returning the rendered template. Because this ...
-
https://man.plustar.jp/django/intro/tutorial04.html
- [similar]
- Testing GeoDjango apps — Django 4.0.6 ドキュメント 4090
- " + 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 ...
plications on PostgreSQL. If your spatial database template was created like in the instructions, then your te ...
fault, the PostGIS installer on Windows includes a template spatial database entitled template_postgis . GeoDj ...
-
https://man.plustar.jp/django/ref/contrib/gis/testing.html
- [similar]
- The staticfiles app — Django 4.0.6 ドキュメント 4068
- " + 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 ...
es are by default resolved in a similar way to how template resolution works: the file that is first found in ...
ticfiles app to work with static files: The django.template.context_processors.static() context processor whic ...
h adds STATIC_URL to every template context rendered with RequestContext contexts. The ...
-
https://man.plustar.jp/django/ref/contrib/staticfiles.html
- [similar]
- Signals — Django 4.0.6 ドキュメント 4068
- " + 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 ...
True if the setting is applied, False if restored. template_rendered ¶ django.test.signals. template_rendered ...
¶ Sent when the test system renders a template. This signal is not emitted during normal operatio ...
ルとともに送信される引数は以下の通りです: sender The Template object which was rendered. template Same as sender ...
-
https://man.plustar.jp/django/ref/signals.html
- [similar]
- Django 1.5 release notes — Django 4.0.6 ドキュメント 4068
- " + 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 ...
red "myview" to be a literal name of a view, not a template variable named myview ). Django 1.3 and above intr ...
u are not using {% load url from future %} in your templates, you'll need to change tags like {% url myview %} ...
g responses and behave accordingly. {% verbatim %} template tag ¶ To make it easier to deal with JavaScript te ...
-
https://man.plustar.jp/django/releases/1.5.html
- [similar]
- Django 1.6 release notes — Django 4.0.6 ドキュメント 4068
- " + 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 1.6 ¶ Simplified default project and app templates ¶ The default templates used by startproject and ...
nd the database defaults to SQLite. If the default templates don't suit your tastes, you can use custom projec ...
t and app templates . Improved transaction management ¶ Django's tran ...
-
https://man.plustar.jp/django/releases/1.6.html
- [similar]
- Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 4037
- " + 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 <ul> of widgets that use the multiple_input.html template. This fixes ModelAdmin.radio_fields with admin.HOR ...
_field ( #28101 ). Fixed crash when overriding the template of django.views.static.directory_index() ( #28122 ...
dated the contrib.postgres SplitArrayWidget to use template-based widget rendering ( #28040 ). Fixed crash in ...
-
https://man.plustar.jp/django/releases/1.11.1.html
- [similar]
- ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4037
- " + 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 ...
object. If it returns an HttpResponse object, the template response and response middleware will be applied a ...
ve that middleware won't be called at all. process_template_response() ¶ process_template_response ( request , ...
は、Django のビューまたはミドルウェアから返される、 TemplateResponse クラスのオブジェクト (あるいはそれと同等な ...
-
https://man.plustar.jp/django/topics/http/middleware.html
- [similar]