検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 99 for defaults (0.040 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ace of hyphens. セキュリティ ¶ X_FRAME_OPTIONS now defaults to 'DENY' . In older versions, the X_FRAME_OPTIONS ... setting defaults to 'SAMEORIGIN' . If your site uses frames of itse ... quest should also be raised in the test. The value defaults to True for backwards compatibility. If it is Fals ... . objects . update_or_create ( pk = existing_pk , defaults = { 'name' : 'new name' }) >>> MyModel . objects . ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For CharField , this will return empty_value which defaults to an empty string. For other Field classes, it mi ... pty_value ¶ The value to use to represent "empty". Defaults to an empty string. ChoiceField ¶ class ChoiceFiel ... m is initialized, in addition to during rendering. Defaults to an empty list. DateField ¶ class DateField ( ** ... example, you can use the DjangoJSONEncoder class. Defaults to json.JSONEncoder . decoder ¶ A json.JSONDecoder ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... controls whether HTML autoescaping is enabled. It defaults to True . 警告 Only set it to False if you're rend ... a dict of items to be merged into the context. It defaults to an empty list. See RequestContext for more info ... template with the appropriate line highlighted. It defaults to the value of the DEBUG setting. 'loaders' : a l ... ld use for invalid (e.g. misspelled) variables. It defaults to an empty string. See How invalid variables are ...
https://man.plustar.jp/django/topics/templates.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7508
" + 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 the ... current default storage system as defined by DEFAULT_FILE_STORAGE . ... DefaultStorage uses get_storage_class() internally. get_sto ... 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]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7508
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atus code of 400. By default, this is django.views.defaults.bad_request() . If you implement a custom view, be ... ccess a resource. By default, this is django.views.defaults.permission_denied() . If you implement a custom vi ... L patterns match. By default, this is django.views.defaults.page_not_found() . If you implement a custom view, ... ors in view code. By default, this is django.views.defaults.server_error() . If you implement a custom view, b ...
https://man.plustar.jp/django/ref/urls.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... led regular expression created with re.compile() . Defaults to the empty string, which will be found in every ... ion, and flags is overridden, TypeError is raised. Defaults to 0 . EmailValidator ¶ class EmailValidator ( mes ... ssage used by ValidationError if validation fails. Defaults to "Enter a valid email address" . code ¶ バリデー ... ssage used by ValidationError if validation fails. Defaults to "Null characters are not allowed." . code ¶ The ...
https://man.plustar.jp/django/ref/validators.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 6973
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel attribute name to use for the geometry field. Defaults to 'geom' . --layer LAYER_KEY ¶ The key for specif ... g which layer in the OGR DataSource source to use. Defaults to 0 (the first layer). May be an integer or a str ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abases ( self ): return self . settings def ensure_defaults ( self , alias ): """ Put the defaults into the se ... create_connection ( self , alias ): self . ensure_defaults ( alias ) self . prepare_test_settings ( alias ) d ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that determines if array values will be distinct. Defaults to False . ordering ¶ An optional string of a fiel ... that determines if array values will be distinct. Defaults to False . ordering ¶ New in Django 3.2. An option ... etermines if concatenated values will be distinct. Defaults to False . ordering ¶ An optional string of a fiel ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 6700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the requested path or has a blank new_path value. Defaults to HttpResponseGone . response_redirect_class ¶ Th ... e HttpResponse class that handles the redirect. Defaults to HttpResponsePermanentRedirect . 目次 The redire ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT