検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 123 for context (0.074 sec.)
Django 3.2.12 release notes — Django 4.0.6 ドキュメント 5959
" + 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/3.2.12.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eView ): template_name = 'myapp/home.html' def get_context_data ( self , ** kwargs ): kwargs [ 'environment' ... ] = 'Production' return super () . get_context_data ( ** kwargs ) You may directly test the get_c ... PageTest ( TestCase ): def test_environment_set_in_context ( self ): request = RequestFactory () . get ( '/' ... ) view = HomeView () view . setup ( request ) context = view . get_context_data () self . assertIn ( 'en ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r documents by putting them in a separate browsing context group based on the value of the Cross-Origin Opene ... exfiltration of data loaded into a shared browsing context. SecurityMiddleware can set the Cross-Origin-Opene ... his setting are: same-origin Isolates the browsing context exclusively to same-origin documents. Cross-origin ... documents are not loaded in the same browsing context. This is the default and most secure option. same- ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enhance customization. See the new render() , get_context() , and template_name for Form and formset renderi ... on sidebar now has a quick filter toolbar. The new context variable model which contains the model class for ... each model is added to the AdminSite.each_context() method. The new ModelAdmin.search_help_text attr ... atabase used in an SQL call is now passed as extra context along with each message to the django.db.backends ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 現します: msgctxt "month name" msgid "May" msgstr "" Contextual markers are also supported by the translate and ... {% endfor %} </ p > {% translate %} also supports contextual markers using the context keyword: {% translate ... "May" context "month name" %} blocktranslate template tag ¶ Cont ... ags or filters. {% blocktranslate %} also supports contextual markers using the context keyword: {% blocktran ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 5897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tuple containing ( date_list , object_list , extra_context ). date_list is the list of dates for which data i ... ailable. object_list is the list of objects. extra_context is a dictionary of context data that will be added ... to any context data provided by the MultipleObjectMixin . get_dat ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nfiguring an engine Loading a template Rendering a context Playing with Context objects Loading templates Cus ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database backends. See the arg_joiner and **extra_context parameters of Func.as_sql() for an example. ファイ ... るようになりました。 debug() コンテキストプロセッサ (context processor) がデフォルトの alias だけでなく、すべて ... or of its new location, django.urls . The template Context.has_key() method is deprecated in favor of in . Th ... e.management.NoArgsCommand is removed. django.core.context_processors module is removed. django.db.models.sql ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 5897
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... get templates will need to adapt for the fact that context values checkbox_name , checkbox_id , is_initial , ... s of widget rather than appearing in the top-level context. Fixed queryset crash when using a GenericRelation ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dditional attributes on responses such as response.context that otherwise wouldn't be available. Note that th ... #x27;s up?</a></li>\n \n </ul>\n\n' >>> response . context [ 'latest_question_list' ] <QuerySet [<Question: W ... c . ListView ): template_name = 'polls/index.html' context_object_name = 'latest_question_list' def get_query ... ilable." ) self . assertQuerysetEqual ( response . context [ 'latest_question_list' ], []) def test_past_ques ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT