検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 96 for specify (0.017 sec.)
Tablespaces — Django 4.0.6 ドキュメント 13132
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del. You can use the DEFAULT_TABLESPACE setting to specify a default value for db_tablespace . This is useful ... he db_tablespace option to an Index constructor to specify the name of a tablespace to use for the index. For ... the db_tablespace option to a Field constructor to specify an alternate tablespace for the field's column ind ... ou can use the DEFAULT_INDEX_TABLESPACE setting to specify a default value for db_tablespace . If db_tablespa ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 10072
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nstraints in abstract base classes You must always specify a unique name for the constraint. As such, you can ... not normally specify a constraint on an abstract base class, since the ... name ¶ The name of the constraint. You must always specify a unique name for the constraint. UniqueConstraint ... name ¶ The name of the constraint. You must always specify a unique name for the constraint. condition ¶ Uniq ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 9691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default in a callable. For example, if you want to specify a default dict for JSONField , use a function: def ... ールドはそのモデルの主キーとなります。 If you don't specify primary_key=True for any field in your model, Djan ... Note that when unique is True , you don't need to specify db_index , because unique implies the creation of ... 、値は Storage.save() メソッドに渡されます。 If you specify a string value or a Path , it may contain strftime ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 9691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pass positional arguments ( *fields ) in order to specify the names of fields to which the DISTINCT should a ... y compare the specified field names. 注釈 When you specify field names, you must provide an order_by() in the ... irst row for each value in column a . If you don't specify an order, you'll get some arbitrary row. Examples ... kes optional positional arguments, *fields , which specify field names to which the SELECT should be limited. ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 9311
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bjs argument. Use the through_defaults argument to specify values for the new intermediate model instance(s), ... force_insert = True ) Note that there's no need to specify the keyword argument of the model that defines the ... be set to b . Use the through_defaults argument to specify values for the new intermediate model instance, if ... bjs argument. Use the through_defaults argument to specify values for the new intermediate model instance(s), ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 9127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ration requires a specific creation order, you can specify the dependencies that exist using the DEPENDENCIES ... y file matching pattern . top_level can be used to specify the directory containing your top-level Python mod ... e this out automatically, so it's not necessary to specify this option. If specified, it should generally be ... display tracebacks correctly. tags can be used to specify a set of tags for filtering tests . May be combine ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 8746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d your data and return the modified dictionary. To specify the contents of <link> , you have two options. For ... ntation on methods and attributes of Feed classes. Specifying the type of feed ¶ By default, feeds produced i ... eedgenerator.Atom1Feed (Atom 1.0.) Enclosures ¶ To specify enclosures, such as those used in creating podcast ... should be: RSS 2.0, Atom 1.0, etc. If # you don't specify feed_type, your feed will be RSS 2.0. This # shoul ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 8365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d on MySQL and Oracle. precision It may be used to specify the number of significant digits for the coordinat ... rgument 説明 precision This keyword may be used to specify the number of significant digits for the coordinat ... sed instead. precision This keyword may be used to specify the number of significant digits for the coordinat ... en the coordinates are geodetic (angular), you can specify if the calculation should be based on a simple sph ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 8365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tput ¶ Use --verbosity , where it is supported, to specify the amount of notification and debug information t ... the program in the right place. There's no way to specify the location of the program manually. --database D ... of app_label.ModelName ) from being dumped. If you specify a model name, then only that model will be exclude ... on.gz and the fixture will only be loaded when you specify you want to load data into the master database. Lo ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 8365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l indexes in abstract base classes You must always specify a unique name for an index. As such, you cannot no ... rmally specify a partial index on an abstract base class, since t ... may be useful to restrict an index to that subset. Specify a condition as a Q . For example, condition=Q(page ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT