検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 320 for not (0.031 sec.)
システムチェックフレームワーク — Django 4.0.6 ドキュメント 10612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) string describing the problem. The string should not contain newlines. hint A single-line string provid ... -related configuration issues. Database checks are not run by default because they do more than static co ... setup for 非同期サポート : async.E001 : You should not set the DJANGO_ALLOW_ASYNC_UNSAFE environment vari ... will be performed: mysql.E001 : MySQL/MariaDB does not allow unique CharField s to have a max_length > 25 ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 8919
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inverse_match = None , flags = None ): if regex is not None : self . regex = regex if message is not None ... : self . message = message if code is not None : self . code = code if inverse_match is not ... : self . inverse_match = inverse_match if flags is not None : self . flags = flags if self . flags and no ... ): """ Validate that the input contains (or does *not* contain, if inverse_match is True) a match for th ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7929
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re is at least one Entry with the headline Test" ) Note: If you only want to determine if at least one re ... nts the internals of the query construction and is not part of the public API. However, it is safe (and f ... e readable with Django version N+1. Pickles should not be used as part of a long-term archival strategy. ... SQLステートメントでは AND によって結合され、全体が NOT() によって囲まれます。 この例では pub_date が 2005 ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
設定 — Django 4.0.6 ドキュメント 7762
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リスト) A list of all the people who get code error notifications. When DEBUG=False and AdminEmailHandler ... value of this setting is None , cache entries will not expire. A value of 0 causes keys to immediately ex ... x is combined with the KEY_PREFIX setting; it does not replace it. See Django's cache framework . CACHE_M ... ne subdomain to be accepted by a view served from another subdomain. Please note that the presence of thi ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 6893
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Default MIME type to use on attachments (if it is not explicitly given # and cannot be guessed). DEFAULT ... or an email address string. """ address = None if not isinstance ( addr , tuple ): addr = force_str ( ad ... se ValueError ( "Invalid address; address parts cannot contain newlines." ) # Avoid UTF-8 encode, if it's ... verrides the default as_string() implementation to not mangle lines that begin with 'From '. See bug #134 ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 6856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s value must be unique across a Django project. if not hasattr ( self , "label" ): self . label = app_nam ... e . rpartition ( "." )[ 2 ] if not self . label . isidentifier (): raise ImproperlyCo ... nfigured ( "The app label ' %s ' is not a valid Python identifier." % self . label ) # Hum ... readable name for the application e.g. "Admin". if not hasattr ( self , "verbose_name" ): self . verbose_ ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n query : if value is None : raise TypeError ( "Cannot encode None for key ' %s ' in a query string. Did ... s an empty string or omit the value?" % key ) elif not doseq or isinstance ( value , ( str , bytes )): qu ... m in itr : if item is None : raise TypeError ( "Cannot encode None for key ' %s ' in a query " "string. D ... n empty string or " "omit the value?" % key ) elif not isinstance ( item , bytes ): item = str ( item ) q ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 6772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitive nature of security issues, we ask that they not be publicly reported in this fashion. Instead, if ... s that only affect the main development branch and not any stable released versions are fixed in public w ... are issued for security reasons, the accompanying notice will include a list of affected versions. This ... go: older versions may also be affected, but we do not investigate to determine that, and will not issue ...
https://man.plustar.jp/django/internals/security.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Django convention is to use the empty string, not NULL . One exception is when a CharField has both ... キュメントの get_FOO_display() を参照してください。 Note that choices can be any sequence object -- not ne ... ices using a more complex data type. If a tuple is not provided, or the last item is not a (lazy) string, ... n a field definition. 警告 These property names cannot be used as member names as they would conflict. Th ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tem path if you installed Django via pip . If it's not in your path, ensure you have your virtual environ ... , where it is supported, to specify the amount of notification and debug information that django-admin p ... lt -- database other By default, these checks will not be run. --list-tags ¶ Lists all available tags. -- ... t since your local development settings module may not have many of your production settings, you will pr ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT