検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 239 for Default (0.096 sec.)
How to create custom django-admin commands — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pecify that all system checks should be performed. Default value is '__all__' . Changed in Django 3.2: In old ... suppressed_base_arguments ¶ New in Django 4.0. The default command options to suppress in the help output. Th ... e a set of option names (e.g. '--verbosity' ). The default values for the suppressed options are still passed ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... グ をインストールして、設定ファイルの DATABASES の 'default' 項目内の以下のキーをデータベースの接続設定に合うよ ... max_length = 200 ) votes = models . IntegerField ( default = 0 ) コードは単純明解ですね。各モデルは一つのクラ ... かオプションの引数も取れます。今回の場合、 votes の default 値を 0 に設定しました。 最後に、 ForeignKey を使用 ... estion. # Support for time zones is enabled in the default settings file, so # Django expects a datetime with ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Django 1.10.4 release notes — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g on URLs that should return 404 when using prefix_default_language=False ( #27402 ). Prevented an unnecessar ...
https://man.plustar.jp/django/releases/1.10.4.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t client to perform full CSRF checks on forms. The default behavior of the test client hasn't changed, but if ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... つかのバグを修正しました。 Bugfixes ¶ Corrected the default password list that CommonPasswordValidator uses by ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Django 2.2.24 release notes — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by the de ...
https://man.plustar.jp/django/releases/2.2.24.html - [similar]
Django 3.1.12 release notes — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by the de ...
https://man.plustar.jp/django/releases/3.1.12.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 4394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re can either support only synchronous Python (the default), only asynchronous Python, or both. See 非同期サポ ... lting response returned to the browser. Otherwise, default exception handling kicks in. Again, middleware are ... not support both, but at a performance penalty. By default, Django assumes that your middleware is capable of ... if the middleware can handle synchronous requests. Defaults to True . async_capable is a boolean indicating i ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 4363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 果になるでしょう。 Creating test database for alias 'default' ... System check identified no issues ( 0 silence ... failures = 1 ) Destroying test database for alias 'default' ... 誤差が違う? 代わりにここで NameError を取得し ... ストを実行します。 Creating test database for alias 'default' ... System check identified no issues ( 0 silence ... in 0.001 s OK Destroying test database for alias 'default' ... バグを発見した後、私たちはそのバグをあぶり出し ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 4363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oat fields to generate DecimalField instead of the default FloatField . Set to true to apply to all OGR float ... odel attribute name to use for the geometry field. Defaults to 'geom' . --layer LAYER_KEY ¶ The key for speci ... g which layer in the OGR DataSource source to use. Defaults to 0 (the first layer). May be an integer or a st ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]