検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 239 for default (0.115 sec.)
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... =True ¶ If a ModelAdmin uses save_as=True (not the default), the admin provides an option when editing object ... ion of some Django template language syntax to the default app template in Django 1.9 means those files now h ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
モデル — Django 4.0.6 ドキュメント 4536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の例は model field reference で見ることができます。 default そのフィールドのデフォルト値です。このオプションに ... 自動インクリメントのプライマリーキーフィールド ¶ By default, Django gives each model an auto-incrementing prim ... y key with the type specified per app in AppConfig.default_auto_field or globally in the DEFAULT_AUTO_FIELD s ... eate relationships, as long as you specify through_defaults for any required fields: >>> beatles . members . ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 4506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lues to use when rendering the widget template. By default, the dictionary contains a single key, 'widget' , ... ired_attribute とともにこのメソッドを使います。 By default, returns False for hidden widgets and True otherwi ... les when value is None , meaning we don't have any defaults for our subwidgets. The default implementation of ... uple of years to use in the "year" select box. The default is a list containing the current year and the next ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 4506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in descending order and the category field in the default ascending order. Functional unique constraints hav ... rder' ], deferrable = Deferrable . DEFERRED , ) By default constraints are not deferred. A deferred constrain ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 4506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which fields are returned: include_parents True by default. Recursively includes fields defined on parent cla ... local, not on the parent. include_hidden False by default. If set to True , get_fields() will include fields ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 4506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True , ) serves_hot_dogs = models . BooleanField ( default = False ) serves_pizza = models . BooleanField ( d ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ton of examples, read the source code for Django's default filters and tags. They're in django/template/defau ... ltfilters.py and django/template/defaulttags.py , respectively. load タグの詳細については、 ... 文字列を要するテンプレートフィルタ ¶ django.template.defaultfilters. stringfilter () ¶ 第 1 引数として文字数を要 ... 。 from django import template from django.template.defaultfilters import stringfilter register = template . L ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 4465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in descending order and the pub_date field in the default ascending order. Another example: Index ( F ( 'hei ... me of the fields on which the index is desired. By default, indexes are created with an ascending order for e ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntaining the URL patterns to use for reversing. By default, the root URLconf for the current thread is used. ... quired() decorator). providing a reversed URL as a default value for a parameter in a function's signature. r ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 4435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... za.toppings . add ( * objs , bulk = True , through_defaults = None ) ¶ 関係オブジェクトのセットに、指定したモ ... imary keys, as the *objs argument. Use the through_defaults argument to specify values for the new intermedia ... ed. You can use callables as values in the through_defaults dictionary and they will be evaluated once before ... ing any intermediate instance(s). create ( through_defaults = None , ** kwargs ) ¶ Creates a new object, save ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]