検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 123 for context (0.081 sec.)
Django 1.11.18 リリースノート — Django 4.0.6 ドキュメント 5589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d in the default 404 template and the request_path context variable is now quoted to fix the issue for custom ...
https://man.plustar.jp/django/releases/1.11.18.html - [similar]
Django 3.1.5 release notes — Django 4.0.6 ドキュメント 5589
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed a crash when processing middlewares in an async context with a middleware that raises a MiddlewareNotUsed ...
https://man.plustar.jp/django/releases/3.1.5.html - [similar]
Django 1.4 documentation 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コードを分離しましょう: from django.template import Context , loader from polls.models import Poll from django ... = loader . get_template ( 'polls/index.html' ) c = Context ({ 'latest_poll_list' : latest_poll_list , }) retu ... : latest_poll_list }) この作業によって、 loader や Context 、 HttpResponse を import する必要はなくなりました ... のようになります: from django.template import RequestContext # ... def detail ( request , poll_id ): p = get_ob ...
https://man.plustar.jp/django/contents.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TES 設定で定義した DjangoTemplates バックエンドの 'context_processors' オプションは、 'django.contrib.message ... s.context_processors.messages' を含みます。 メッセージを使い ... プロセッサーを使っている場合、テンプレートは RequestContext でレンダリングされる必要があります。もしくは、 mes ... , where each window/tab will have its own browsing context. 設定 ¶ A few settings give you control over messa ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( django.contrib.syndication ) can now pass extra context through to feed templates using a new Feed.get_con ... STRING_IF_INVALID for variables not present in the context, just like other template constructs. SimpleLazyOb ... ¶ For the same reason, accessing date_list in the context of a date-based generic view requires time zone de ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ました。 Bugfixes ¶ Removed the need for the request context processor on the admin login page to fix a regress ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d in the default 404 template and the request_path context variable is now quoted to fix the issue for custom ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 5552
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d in the default 404 template and the request_path context variable is now quoted to fix the issue for custom ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ad of debugging information, including the current context and imported modules. {% debug %} outputs nothing ... the string "x", or if somevar is not found in the context {% endif %} < 演算子 ¶ より小さい場合。例: {% if s ... somevar is None, or if somevar is not found in the context. {% endif %} is not operator ¶ Negated object iden ... var is not True, or if somevar is not found in the context. {% endif %} {% if somevar is not None %} This app ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 5527
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es in Content-Disposition header (#19006) Made the context option in trans and blocktrans tags accept literal ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT