検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 176 for None (0.056 sec.)
Simple mixins — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng keyword argument to response_class . Default is None , which tells Django to search for the template in ... a keyword argument to response_class . Default is None -- meaning that Django uses 'text/html' . メソッド ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 4980
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... IE_SAMESITE and/or CSRF_COOKIE_SAMESITE setting to None . Considerations for the new model "view" permissi ... he change permission because the form might access nonexistent fields. Fix this by overriding ModelAdmin.g ... odelAdmin ): def get_form ( self , request , obj = None , ** kwargs ): if not self . has_change_permission ... function no longer return False if the password is None or an empty string, or if the password uses a hash ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 4946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) ¶ Returns the number of items to paginate by, or None for no pagination. By default this returns the val ... ge is not paginated, this context variable will be None . page_obj : An instance of django.core.paginator. ... ge is not paginated, this context variable will be None . MultipleObjectTemplateResponseMixin ¶ class djan ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 4946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... older number of iterations and login request for a nonexistent user (which runs the default hasher's defau ... crash on PostgreSQL that prevented using TIME_ZONE=None and USE_TZ=False ( #26177 ). Added system checks f ... Fixed RangeField and ArrayField serialization with None values ( #26215 ). Reallowed dashes in top-level d ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 4946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... slations into compiled files. The loaddata --ignorenonexistent option now ignores data for models that no ... s are now used when primary key field's are set to None . Signals ¶ Exceptions from the (receiver, excepti ... gument of QueryDict is now optional, defaulting to None , so a blank QueryDict can now be instantiated wit ... h QueryDict() instead of QueryDict(None) or QueryDict('') . The GET and POST attributes of ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.partial and LazyObject instances. When supplying None as a value in MIGRATION_MODULES , Django will cons ... ess of the number of objects being added rather than one query per object. Added the keep_parents paramete ... uest middleware can now set HttpRequest.urlconf to None to revert any changes made by previous middleware ... in changelist list_display cells has changed from (None) (or its translated equivalent) to - (a dash). dja ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... avior on particular views. condition ( etag_func = None , last_modified_func = None ) ¶ etag ( etag_func ) ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トです。オブジェクトがまだ作成されていない場合、値は None になります。 Example myapp/views.py : from django. ... ets the current object instance ( self.object ) to None . post ( request , * args , ** kwargs ) ¶ Sets the ... current object instance ( self.object ) to None . UpdateView ¶ class django.views.generic.edit. Up ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... older number of iterations and login request for a nonexistent user (which runs the default hasher's defau ... crash on PostgreSQL that prevented using TIME_ZONE=None and USE_TZ=False ( #26177 ). Added system checks f ... Fixed RangeField and ArrayField serialization with None values ( #26215 ). Fixed a crash when filtering by ... er models ( #26231 ). Fixed a crash when passing a nonexistent template name to the cached template loader ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4913
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しなおすこともできます。あるいは、 LOGGING_CONFIG を None に設定して、 ロギングの設定を自分で行うこと も出来 ... 、自分でロギングをやりたい)なら、 LOGGING_CONFIG を None に設定することもできます。これにより、 Django のデ ... のロギング設定 を無効化できます。 LOGGING_CONFIG を None に設定すると、自動でロギングの設定が行われなくなる ... はこのようにします。 settings.py ¶ LOGGING_CONFIG = None import logging.config logging . config . dictConfi ...
https://man.plustar.jp/django/topics/logging.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT