検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 239 for default (0.081 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 5452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t required to check for the is_active flag but the default backend ( ModelBackend ) and the RemoteUserBackend ... ル送信します。 from_email が None の場合、Django は DEFAULT_FROM_EMAIL を使用します。全ての **kwargs は元となる ... ers who have the perm found. If is_active is True (default), returns only active users, or if False , returns ... ve of active state. If include_superusers is True (default), the result will include superusers. If backend i ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 5421
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ence WKT and PROJ strings, or an integer SRID). By default nothing is returned and the geometry is transforme ... of rasters from scratch is an in-memory raster by default ( 'MEM' ), but can be altered as needed. For insta ... and 5) and skew (indices 2 and 4) properties. The default is [0.0, 1.0, 0.0, 0.0, 0.0, -1.0] . >>> rst = GDA ... e, skew, datatype, driver, and name (filename). By default, the warp functions keeps most parameters equal to ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5421
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... displayed is controlled by the extra parameter. By default, formset_factory() defines one extra form; the fol ... most 1000 forms.'] When absolute_max is None , it defaults to max_num + 1000 . (If max_num is None , it defa ... The error_messages argument lets you override the default messages that the formset will raise. Pass in a di ... ges you want to override. For example, here is the default error message when the management form is missing: ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 5381
" + 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.8.10.html - [similar]
File storage API — Django 4.0.6 ドキュメント 5350
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt ways to access the current storage class: class DefaultStorage ¶ DefaultStorage provides lazy access to th ... e current default storage system as defined by DEFAULT_FILE_STORAGE ... . DefaultStorage uses get_storage_class() internally. get_st ... arameter get_storage_class will return the current default storage system as defined by DEFAULT_FILE_STORAGE ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Multiple object mixins — Django 4.0.6 ドキュメント 5309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The paginator class to be used for pagination. By default, django.core.paginator.Paginator is used. If the c ... 文字列のイテラブル)を返します。 Returns ordering by default. paginate_queryset ( queryset , page_size ) ¶ Retu ... tems to paginate by, or None for no pagination. By default this returns the value of paginate_by . get_pagina ... instance of the paginator to use for this view. By default, instantiates an instance of paginator_class . get ...
https://man.plustar.jp/django/ref/class-based-views/mixins-multiple-object.html - [similar]
Full text search — Django 4.0.6 ドキュメント 5309
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ery from the search term 'Cheese' , both using the default database search configuration. The results are obt ... that the database compares to a search vector. By default, all the words the user provides are passed throug ... ng terms. If search_type is 'plain' , which is the default, the terms are treated as separate keywords. If se ... hlighted query terms in the document. PostgreSQL's defaults are <b> and </b> . Provide integer values to the ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 5279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Decorator , contextmanager from django.db import ( DEFAULT_DB_ALIAS , DatabaseError , Error , ProgrammingErro ... e ): """ Get a database connection by name, or the default database connection if no name is provided. This i ... s a private API. """ if using is None : using = DEFAULT_DB_ALIAS return connections [ using ] [ドキュメント ... atomic block that has `savepoint=True` (that's the default). Use this to force a rollback without raising an ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nfiguration issues. Database checks are not run by default because they do more than static code analysis as ... ectly configured: caches.E001 : You must define a 'default' cache in your CACHES setting. caches.W002 : Your ... oices ( <count> characters). fields.E010 : <field> default should be a callable instead of an instance so tha ... s.E160 : The options auto_now , auto_now_add , and default are mutually exclusive. Only one of these options ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les into STATIC_ROOT . Duplicate file names are by default resolved in a similar way to how template resoluti ... es are searched by using the enabled finders . The default is to look in all locations defined in STATICFILES ... This is used by the ManifestStaticFilesStorage by default. By default, collected files receive permissions f ... nfigured STATICFILES_STORAGE storage backend. --no-default-ignore ¶ Don't ignore the common private glob-styl ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT