検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 123 for context (0.068 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 5860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ested is used. If the sitemap is built outside the context of a request, the default is 'http' . バージョン 4 ... he default protocol for sitemaps built outside the context of a request will change from 'http' to 'https' in ... details, see the TemplateResponse documentation . Context variables ¶ When customizing the templates for the ... and sitemap() views, you can rely on the following context variables. 目次 ¶ The variable sitemaps is a list ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecorator. The Jinja2 template backend now supports context processors by setting the 'context_processors' opt ... ckends.django.Template.render() prohibits non-dict context ¶ For compatibility with multiple template engines ... ader.get_template() ) must receive a dictionary of context rather than Context or RequestContext . If you wer ... trib.auth.views.logout_then_login() の無用の extra_context パラメータが非推奨となりました。 新たなクラスベース ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 5823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %} template tag didn't properly encode the current context, posing an XSS attack vector. In order to avoid th ... en the DEBUG setting is False , and it ensures all context variables are correctly escaped when the DEBUG set ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 5786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue of redirect_field_name in LoginView 's template context. It's now an empty string (as it is for the origin ... ng of the option value to a string in the template context of the CheckboxSelectMultiple , NullBooleanSelect ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e prefix and how to internationalize URL patterns. Contextual translation support for {% trans %} and {% bloc ... ktrans %} ¶ The contextual translation support introduced in Django 1.3 vi ... e trans and blocktrans template tags using the new context keyword. Customizable SingleObjectMixin URLConf kw ... on of template tags that store data in a specified context variable. *args and **kwargs support for template ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts simpler. It's now easier to get at the template context in the response returned the test client: you'll s ... imply access the context as request.context[key] . The old way, which treat ... s request.context as a list of contexts, one for each rendered templ ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PasswordHasher' . Moved wrap_label widget template context variable ¶ To fix the lack of <label> when using R ... oxSelectMultiple with MultiWidget , the wrap_label context variable now appears as an attribute of each optio ... d password_reset_complete() are removed. The extra_context parameter of contrib.auth.views.logout_then_login( ... D_HASHERS setting Moved wrap_label widget template context variable SameSite cookies Considerations for the n ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eyword arguments to a queryset in TemplateView.get_context_data() ( #31877 ). Enforced thread sensitivity of ... st() and process_response() hooks when in an async context ( #31905 ). Fixed __in lookup on key transforms fo ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re that you always end up with the right execution context. We expect most projects will keep the majority of ... affordances. This requires using 'django.template.context_processors.request' in the 'context_processors' op ... connection._nodb_cursor() method and now returns a context manager that yields a cursor and automatically clo ... ms.forms are removed. The compatibility imports of Context , ContextPopException , and RequestContext in djan ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'templates' ], 'APP_DIRS' : True , 'OPTIONS' : { 'context_processors' : [ 'django.template.context_processor ... s.debug' , 'django.template.context_processors.request' , 'django.contrib.auth.context ... _processors.auth' , 'django.contrib.messages.context_processors.messages' , ], }, }, ] DIRS は、Django ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT