検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 239 for default (0.084 sec.)
Django 1.0.1 リリースノート — Django 4.0.6 ドキュメント 5279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ib.comments , pertaining to RSS feeds of comments, default ordering of comments and the XHTML and internation ... alization of the default templates for comments. Multiple fixes for Django' ... files for many of the languages Django supports by default. And as always, a large number of improvements to ... y , improvements , strings , literal , including , default , forms , were クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/releases/1.0.1.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 5279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ¶ In each major version of Django since 1.6, the default number of iterations for the PBKDF2PasswordHasher ... gin request for a nonexistent user (which runs the default hasher's default number of iterations since Django ... ns) supplied in existing encoded passwords and the default work factor of the hasher. This method is implemen ... hashes from users who haven't logged in since the default hasher switched to PBKDF2 in Django 1.4), the timi ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 5248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... See #10355) from django.core.mail.message import ( DEFAULT_ATTACHMENT_MIME_TYPE , BadHeaderError , EmailMessa ... natives" , "SafeMIMEText" , "SafeMIMEMultipart" , "DEFAULT_ATTACHMENT_MIME_TYPE" , "make_msgid" , "BadHeaderE ... and return an instance of it. If backend is None (default), use settings.EMAIL_BACKEND. Both fail_silently a ... in the 'To' field. If from_email is None, use the DEFAULT_FROM_EMAIL setting. If auth_user is None, use the ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
Generic date ビュー — Django 4.0.6 ドキュメント 5248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... None queryset will be used as the object list. By default, this is False . get_make_object_list () ¶ Determi ... s part of the context. Returns make_object_list by default. コンテキスト ( django.views.generic.dates.BaseDat ... ng to allow_empty and allow_future . ノート Uses a default template_name_suffix of _archive_year . Example my ... ng to allow_empty and allow_future . ノート Uses a default template_name_suffix of _archive_month . Example m ...
https://man.plustar.jp/django/ref/class-based-views/generic-date-based.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mplements exclusion constraints using indexes. The default index type is GiST . To use them, you need to acti ... Matching is case insensitive. If not provided, the default index type is GIST . condition ¶ ExclusionConstrai ... PS ), ], deferrable = Deferrable . DEFERRED , ) By default constraints are not deferred. A deferred constrain ... eRangeField () cancelled = models . BooleanField ( default = False ) class Meta : constraints = [ ExclusionCo ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs today are shipping Python 2.6 or newer as their default version. If you're still using Python 2.5, however ... et.bulk_create() now has a batch_size argument. By default the batch_size is unlimited except for SQLite wher ... ch is stored on the request as resolver_match . By default, all logging messages reaching the django logger w ... ed session backend can store session data in a non-default cache. Multi-column indexes can now be created on ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tox $ tox ...\> py -m pip install tox ...\> tox By default, tox runs the test suite with the bundled test set ... ed to the appropriate version of Python. A list of default environments can be seen as follows:   $ tox -l ... ersions and database backends ¶ In addition to the default environments, tox supports running unit tests for ... n contrib apps. The JavaScript tests aren't run by default using tox because they require Node.js to be insta ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django Utils — Django 4.0.6 ドキュメント 5208
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s. The CACHE_MIDDLEWARE_SECONDS setting is used by default. add_never_cache_headers ( response ) ¶ Adds an Ex ... ス] ¶ Marks a middleware as synchronous-only . (The default in Django, but this allows you to future-proof if ... the default ever changes in a future release.) async_only_midd ... ing the selection of a generator use feedgenerator.DefaultFeed which is currently Rss201rev2Feed For definiti ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 5177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stants from django.contrib.messages.storage import default_storage __all__ = ( "add_message" , "get_messages" ... the minimum level of messages to be recorded. The default level is the ``MESSAGE_LEVEL`` setting. If this is ... l. """ storage = getattr ( request , "_messages" , default_storage ( request )) return storage . level def se ... recorded successfully. If set to ``None``, use the default level (see the get_level() function). """ if not h ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 5177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mport color_style , no_style from django.db import DEFAULT_DB_ALIAS , connections from django.utils.deprecati ... CommandError ( "Error: %s " % message ) def handle_default_options ( options ): """ Include any default optio ... ically be wrapped with ``BEGIN;`` and ``COMMIT;``. Default value is ``False``. ``requires_migrations_checks`` ... pecify that all system checks should be performed. Default value is '__all__'. To validate an individual appl ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]