検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 122 for arguments (0.073 sec.)
How to create custom model fields — Django 4.0.6 ドキュメント 6677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of your Field instance, deconstruct() must return arguments that you can pass to __init__ to reconstruct that ... extra attention if you set new default values for arguments in the Field superclass; you want to make sure the ... ition, try to avoid returning values as positional arguments; where possible, return values as keyword argument ... dict__ which allows the description to incorporate arguments of the field. For example, the description for Cha ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eated using QuerySet.bulk_create() . Added keyword arguments to the as_sql() methods of various expressions ( F ... s should be inspected by specifying their names as arguments. マイグレーション ¶ Added support for serializatio ... . This attribute can be used to set the number of arguments the function accepts. Added BigAutoField which act ... 807 . QuerySet.in_bulk() may be called without any arguments to return all objects in the queryset. related_que ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュ引数 ¶ Each cache backend can be given additional arguments to control caching behavior. These arguments are p ... ed as additional keys in the CACHES setting. Valid arguments are as follows: TIMEOUT : The default timeout, in ... half the entries when MAX_ENTRIES is reached. This argument should be an integer and defaults to 3 . A value of ... s backends pass the contents of OPTIONS as keyword arguments to the client constructors, allowing for more adva ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Base views — Django 4.0.6 ドキュメント 6504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest attribute, and any positional and/or keyword arguments captured from the URL pattern to the args and kwar ... -- the method that accepts a request argument plus arguments, and returns an HTTP response. デフォルトの処理は、 ... に、対象の URL を組み立てます。 The args and kwargs arguments are positional and/or keyword arguments captured f ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... すべて modelform_factory() を通して引き渡されます。 Arguments formset , extra , can_delete , can_order , max_num ... Django 3.2: The absolute_max and can_delete_extra arguments were added. Changed in Django 4.0: The renderer ar ... Django 3.2: The absolute_max and can_delete_extra arguments were added. Changed in Django 4.0: The renderer ar ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ews reverse ( views . archive ) If the URL accepts arguments, you may pass them in args . For example: from dja ... ion that would be used to serve the URL args ¶ The arguments that would be passed to the view function, as pars ... ed from the URL. kwargs ¶ The keyword arguments that would be passed to the view function, as pars ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... newly introduced GenericIPAddressField constructor arguments have been adapted to match those of all other mode ... l fields. The first two keyword arguments are now verbose_name and name. Other bugfixes and ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change other code when making changes to URLs. One argument signature for reverse() is to pass a dotted Python ... such classes perform explicit conversion of query arguments to the correct database-level type before querying ... odel field classes did not correctly convert their arguments: FilePathField GenericIPAddressField IPAddressFiel ... se three fields have been updated to convert their arguments to the correct types before querying. Additionally ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 6417
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object used to encapsulate a collection of keyword arguments. These keyword arguments are specified as in "Fiel ... r = 2005 ) Each lookup function that takes keyword-arguments (e.g. filter() , exclude() , get() ) can also be p ... ed one or more Q objects as positional (not-named) arguments. If you provide multiple Q object arguments to a l ... ookup function, the arguments will be "AND"ed together. For example: Poll . obje ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set_kwargs() method allows customizing the keyword arguments passed to the constructor of a formset. The naviga ... isolated mode. The new BaseCommand.suppressed_base_arguments attribute allows suppressing unsupported default c ... ssage.attach() with an invalid content or mimetype arguments now raise ValueError instead of AssertionError . a ... .add_filter() method is replaced by two positional arguments filter_lhs and filter_rhs . CsrfViewMiddleware now ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT