検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 107 for option (0.032 sec.)
データベース — Django 4.0.6 ドキュメント 12007
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m the password file , you must specify them in the OPTIONS part of your database configuration in DATABASES ... : { 'ENGINE' : 'django.db.backends.postgresql' , 'OPTIONS' : { 'service' : 'my_service' , 'passfile' : '.my ... ed' by default, or the value set in the connection options (see below), timezone : when USE_TZ is True , 'UT ... as REPEATABLE READ or SERIALIZABLE , set it in the OPTIONS part of your database configuration in DATABASES ...
https://man.plustar.jp/django/ref/databases.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 11764
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 用可能です。 使い方 ¶   $ django-admin <command> [ options ] $ manage.py <command> [ options ] $ python -m d ... jango <command> [ options ] ...\> django-admin < command > [options] ...\> ... manage.py < command > [options] ...\> py -m django < command > [options] command ... ントに一覧されたコマンドの1つでなければなりません。 options はオプションで、与えられたコマンドで利用できる 0 ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 11368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... operations ¶ PostgreSQL supports the CONCURRENTLY option to CREATE INDEX and DROP INDEX statements to add a ... nd remove indexes without locking out writes. This option is useful for adding or removing an index in a liv ... Index , but creates an index with the CONCURRENTLY option. This has a few caveats to be aware of when using ... this option, see the PostgreSQL documentation of building inde ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Form fields — Django 4.0.6 ドキュメント 10268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keys: required , max_length , min_length Has four optional arguments for validation: max_length ¶ min_lengt ... ts error messages may contain %(max)s . Takes four optional arguments: max_value ¶ min_value ¶ These control ... ラーメッセージのキー: required 、 invalid Has three optional arguments max_length , min_length , and empty_va ... d , invalid , missing , empty , max_length Has two optional arguments for validation, max_length and allow_e ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 9245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enerated by a model by supplying the db_tablespace option inside the model's class Meta . This option also a ... paces for indexes ¶ You can pass the db_tablespace option to an Index constructor to specify the name of a t ... ngle field indexes, you can pass the db_tablespace option to a Field constructor to specify an alternate tab ... mn index. If the column doesn't have an index, the option is ignored. You can use the DEFAULT_INDEX_TABLESPA ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 9002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... unning all the tests for details on installing the optional test dependencies. If you don't have an optional ... mands for running tests without tox , however, any option passed to runtests.py can also be passed to tox by ... provide other details for each database: The USER option needs to specify an existing user account for the ... hat the test database can be created. The PASSWORD option needs to provide the password for the USER that ha ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 9002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the request/response cycle. The new check --deploy option allows you to check your production settings file ... are now also discovered. The new dumpdata --output option allows specifying a file to which the serialized d ... kemessages --exclude and compilemessages --exclude options allow excluding specific locales from processing. ... compilemessages now has a --use-fuzzy or -f option which includes fuzzy translations into compiled fi ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8452
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts are added to models using the Meta.constraints option. マイナーな機能 ¶ django.contrib.admin ¶ Added a C ... Added path matching to the collectstatic --ignore option so that patterns like /vendor/*.js can be used. デ ... ian language. 管理コマンド ¶ The new --force-color option forces colorization of the command output. inspect ... PostgreSQL. The new inspectdb --include-partitions option allows creating models for partition tables on Pos ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 8056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o"> . Widgets that render multiple choices have an option_template_name attribute that specifies the templat ... choice. For example, for the Select widget, select_option.html renders the <option> for a <select> . Checkbo ... template_name : 'django/forms/widgets/select.html' option_template_name : 'django/forms/widgets/select_optio ... n.html' Renders as: <select><option ...>...</select> choices ¶ フォームのフィールドに ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7826
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt_processors.request' in the 'context_processors' option of OPTIONS . Initially empty extra inlines can now ... new remove_stale_contenttypes --include-stale-apps option allows removing stale content types from previousl ... n a subset of ISO 8601 datetime formats, including optional timezone, e.g. 2019-10-10T06:47 , 2019-10-10T06: ... languages. 管理コマンド ¶ The new check --database option allows specifying database aliases for running the ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT