検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 26 for namespace (0.040 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cluding a : . Remove the colon, to avoid ambiguous namespace references. urls.E004 : Your URL pattern <pattern> ... path() and/or re_path() instances. urls.W005 : URL namespace <namespace> isn't unique. You may not be able to r ... everse all URLs in this namespace. urls.E006 : The MEDIA_URL / STATIC_URL setting mu ...
https://man.plustar.jp/django/ref/checks.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 7802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s way puts the different signatures into different namespaces. A signature that comes from one namespace (a par ... validate the same plaintext string in a different namespace that is using a different salt setting. The result ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 7571
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ** kwargs ) def parse_args ( self , args = None , namespace = None ): # Catch missing argument for a better er ... gs_message ) return super () . parse_args ( args , namespace ) def error ( self , message ): if self . called_f ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 7571
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if possible. Raise ValueError otherwise, e.g. for namespace packages that are split over several directories. ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 7488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ards compatibility and for the sake # of a cleaner namespace. These symbols used to be in # django/core/mail.py ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onTestCase instead. Cleanup of the django.template namespace ¶ If you've been relying on private APIs exposed i ... onger accept a current_app parameter to set an URL namespace in Django 1.10: django.shortcuts.render() django.t ... ading between tests Cleanup of the django.template namespace model attribute on private model relations データベ ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 7405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ans class is no more needed, so remove it from the namespace. del Trans [ドキュメント] def gettext_noop ( messa ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill be removed. Support for setting a URL instance namespace without an application namespace will be removed. ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 7405
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d for a particular file. Without _() in the global namespace, the developer has to think about which is the mos ... out' ), path ( 'news/' , include ( news_patterns , namespace = 'news' )), ) After defining these URL patterns, ... ), path ( _ ( 'news/' ), include ( news_patterns , namespace = 'news' )), ) 翻訳を作成した後に、 reverse() 関数 ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
How to manage static files (e.g. images, JavaScript, CSS) — Django 4.0.6 ドキュ... 7323
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irectory named for the application itself. You can namespace static assets in STATICFILES_DIRS by specifying pr ...
https://man.plustar.jp/django/howto/static-files/index.html - [similar]
PREV 1 2 3 NEXT