検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 239 for default (0.071 sec.)
Database Functions — Django 4.0.6 ドキュメント 5950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gate Sum() from returning None >>> # The aggregate default argument uses Coalesce() under the hood. >>> aggre ... ... combined_age = Sum ( 'age' ), ... combined_age_default = Sum ( 'age' , default = 0 ), ... combined_age_co ... ge' ]) None >>> print ( aggregated [ 'combined_age_default' ]) 0 >>> print ( aggregated [ 'combined_age_coale ... you know a sensible minimum value to provide as a default. JSONObject ¶ class JSONObject ( ** fields ) ¶ New ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
索引 — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ョン --decimal ogrinspect コマンドラインオプション --default diffsettings コマンドラインオプション --deploy che ... オプション --no-color コマンドラインオプション --no-default-ignore collectstatic コマンドラインオプション make ... torValue のメソッド) _base_manager (Model の属性) _default_manager (Model の属性) _open() (django.core.files. ... ンオプション --clear --dry-run --ignore --link --no-default-ignore --no-input --no-post-process --noinput -c - ...
https://man.plustar.jp/django/genindex.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django logging overview Django provides a working default logging configuration that is readily extended. Ma ... ll be sent to the logger. If you're using Django's default logging configuration, the message will appear in ... wer than WARNING will not appear in the console by default. Changing this behavior requires additional config ... tting uses the dictConfig format , and extends the default logging configuration . See ロギングを設定する for ...
https://man.plustar.jp/django/howto/logging.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e new ones and are deprecated as of this release . DEFAULT_HASHING_ALGORITHM settings ¶ The new DEFAULT_HASHI ... GORITHM transitional setting allows specifying the default hashing algorithm to use for encoding cookies, pas ... of the same project to Django 3.1, you should set DEFAULT_HASHING_ALGORITHM to 'sha1' during the transition, ... nsition to 3.1 is complete you can stop overriding DEFAULT_HASHING_ALGORITHM . This setting is deprecated as ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This field is required.", "code": "required"}]} By default, as_json() does not escape its output. If you are ... a print(form) or in a template via {{ form }} . By default this template is 'django/forms/default.html' , whi ... name attribute or more generally by overriding the default template, see also Overriding built-in form templa ... this attribute or more generally by overriding the default template, see also Overriding built-in form templa ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dator now explicitly accepts Unicode characters by default on Python 3 only. カスタムの user モデルでは、新し ... t's recommended over PBKDF2, however, it's not the default as it requires a third-party library. The default ... ib.auth.hashers.PBKDF2PasswordHasher to change the default value. The django.contrib.auth.views.logout() view ... using request.urlconf . By setting the new prefix_default_language parameter for i18n_patterns() to False , ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 5879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CVE-2019-3498: Content spoofing possibility in the default 404 page ¶ An attacker could craft a malicious URL ... that could make spoofed content appear on the default page generated by the django.views.defaults.page_n ... ) view. The URL path is no longer displayed in the default 404 template and the request_path context variable ... CVE-2019-3498: Content spoofing possibility in the default 404 page Bugfixes 前のトピックへ Django 2.0.11 リリ ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 5838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ew. Error views ¶ Django comes with a few views by default for handling HTTP errors. To override these with y ... をカスタマイズする . The 404 (page not found) view ¶ defaults. page_not_found ( request , exception , template_ ... a special view devoted to handling 404 errors. By default, it's the view django.views.defaults.page_not_foun ... ou created it in your root template directory. The default 404 view will pass two variables to the template: ...
https://man.plustar.jp/django/ref/views.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 5838
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ManyToManyField s in the model. You can use the DEFAULT_TABLESPACE setting to specify a default value for ... e an index, the option is ignored. You can use the DEFAULT_INDEX_TABLESPACE setting to specify a default valu ... f db_tablespace isn't specified and you didn't set DEFAULT_INDEX_TABLESPACE , the index is created in the sam ... would be stored in the model tablespace tables by default. The index for the shortcut field would be stored ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5808
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the historical version). If it's not supplied, it defaults to inheriting from the standard models.Model . ma ... ss AddField ( model_name , name , field , preserve_default = True ) ¶ Adds a field to a model. model_name is ... ple, models.IntegerField(null=True) . The preserve_default argument indicates whether the field's default val ... adding a non-nullable field to a table and needs a default value to put into existing rows. It does not affec ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT