検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 26 for namespace (0.139 sec.)
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 13952
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which ends with $ . include() ¶ include ( module , namespace = None ) ¶ include ( pattern_list ) include ( (pat ... tern_list , app_namespace) , namespace=None ) A function that takes a full P ... cluded" in this place. Optionally, the application namespace and instance namespace where the entries will be i ... to can also be specified. Usually, the application namespace should be specified by the included module. If an ...
https://man.plustar.jp/django/ref/urls.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 12018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t # (This is discouraged because you can't reverse namespaced views this way.) from news import views reverse ( ... argument is used as a hint to resolve application namespaces into URLs on specific application instances, acco ... rding to the namespaced URL resolution strategy . The urlconf argument is ... ted available patterns. app_name ¶ The application namespace for the URL pattern that matches the URL. app_name ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 10794
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s are now allowed in URL patterns. The application namespace can now be set using an app_name attribute on the ... ing a 2-tuple of (<list of patterns>, <application namespace>) as the first argument to include() . System chec ... lverMatch.app_name was changed to contain the full namespace path in the case of nested namespaces. For consist ... ency with ResolverMatch.namespace , the empty value is now an empty string instead o ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 10150
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion instance is the instance that has an instance namespace matching the application namespace (in this exampl ... ます。 提供された名前空間がステップ 1 の application namespace と一致しない場合、Django は名前空間のルックアップを ... instance namespace として直接試みます。 ネストされた名前空間がある場合 ... path ( 'author-polls/' , include ( 'polls.urls' , namespace = 'author-polls' )), path ( 'publisher-polls/' , i ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 9092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs to. The event is fired using the django.jQuery namespace . In your custom change_form.html template, extend ... ugins that are not registered in the django.jQuery namespace. To do that, change how the code listens for event ... tead of wrapping the listener in the django.jQuery namespace, listen to the event triggered from there. For exa ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 8695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re logs only from loggers with matching names. The namespace of a logger instance is defined using getLogger() ... _name__ ) will create a logger in the my_app.views namespace. __name__ allows you to organize log messages acco ... ng records from loggers anywhere within the my_app namespace (including my_app.views , my_app.utils , and so on ... a record from a logger in the my_app.views.private namespace will be handled by a mapping for both my_app and m ...
https://man.plustar.jp/django/howto/logging.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 8133
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is required; for instance if the app package is a namespace package with multiple paths. AppConfig. default ¶ ... ng code which should be executed exactly one time. Namespace packages as apps ¶ Python packages without an __in ... it__.py file are known as "namespace packages" and may be spread across multiple direct ... ョンの設定 設定可能な属性 読み取り専用属性 メソッド Namespace packages as apps アプリケーションレジストリ Initia ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 8050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , functions and constants now appear in the module namespace they were defined in. (Previously everything was m ... agically transferred to the django.models.* namespace.) Some optional applications, such as the FlatPage ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 7885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to protect against zip bombs. Salt can be used to namespace the hash, so that a signed string is only valid fo ... r a given namespace. Leaving this at the default value or re-using a s ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 2.0.7 リリースノート — Django 4.0.6 ドキュメント 7885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th MySQL 8 ( #29451 ). Fixed migrations crash with namespace packages on Python 3.7 ( #28814 ). 目次 Django 2.0 ...
https://man.plustar.jp/django/releases/2.0.7.html - [similar]
PREV 1 2 3 NEXT