検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 106 for extra (0.069 sec.)
Simple mixins — Django 4.0.6 ドキュメント 6332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass django.views.generic.base. ContextMixin ¶ 属性 extra_context ¶ A dictionary to include in the context. ... neric import TemplateView TemplateView . as_view ( extra_context = { 'title' : 'Custom Title' }) メソッド g ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 6332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... view crash for view-only users if the form has an extra form field ( #29682 ). Fixed a regression in Djang ... () or values_list() after combining querysets with extra() with union() , difference() , or intersection() ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6229
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the concrete data type. Django supports adding an extra string value to the end of this tuple to be used a ... t be included in a ModelForm . BinaryField has one extra optional argument: BinaryField. max_length ¶ The m ... ムウィジェットは TextInput です。 CharField has two extra arguments: CharField. max_length ¶ Required. The m ... db_table option. 引数 ¶ ManyToManyField accepts an extra set of arguments -- all optional -- that control h ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 6178
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ain_views from credit import views as credit_views extra_patterns = [ path ( 'reports/' , credit_views . re ... 'apps.help.urls' )), path ( 'credit/' , include ( extra_patterns )), ] この例では、 /credit/reports/ という ... nal third argument which should be a dictionary of extra keyword arguments to pass to the view function. 例 ... 追加のオプションを引き渡す ¶ Similarly, you can pass extra options to include() and each line in the included ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d = 'object_id' , fields = None , exclude = None , extra = 3 , can_order = False , can_delete = True , max_ ... ate_min = False , absolute_max = None , can_delete_extra = True ) ¶ Returns a GenericInlineFormSet using mo ... ged in Django 3.2: The absolute_max and can_delete_extra arguments were added. Generic relations in admin ¶ ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... feeds ( django.contrib.syndication ) can now pass extra context through to feed templates using a new Feed ... an be cleared using select_related(None) . The get_extra() and get_max_num() methods on InlineModelAdmin ma ... y be overridden to customize the extra and maximum number of inline forms. Formsets now h ... er number of queries than expected, check that the extra queries are related to savepoints, and adjust the ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tered with the check framework. If you want to add extra checks, you can extend the implementation on the b ... ase class, perform any extra checks you need, and append any messages to those ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... us_code and the request are passed to the logger's extra parameter. """ # Check if the response has already ... fo" getattr ( logger , level )( message , * args , extra = { "status_code" : response . status_code , "requ ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be a dict containing the keys missing_keys and/or extra_keys . 注釈 Note that this checks only for the exi ...
https://man.plustar.jp/django/ref/contrib/postgres/validators.html - [similar]
設定 — Django 4.0.6 ドキュメント 6075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... p/django_cache' , } } OPTIONS ¶ デフォルト値: None Extra parameters to pass to the cache backend. Available ... connections. OPTIONS ¶ デフォルト値: {} (空の辞書) Extra parameters to use when connecting to the database. ... figuration options and the like all give attackers extra information about your server. It is also importan ... Django application in a subpath without adding an extra configuration to the settings. MIDDLEWARE ¶ デフォ ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT