検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 174 for argument (0.043 sec.)
クエリー式 — Django 4.0.6 ドキュメント 7697
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Use F() and the nulls_first or nulls_last keyword argument to Expression.asc() or desc() to control the order ... ity ¶ A class attribute that denotes the number of arguments the function accepts. If this attribute is set an ... atabase driver would escape them. The *expressions argument is a list of positional expressions that the funct ... emplate as the expressions placeholder. Positional arguments can be expressions or Python values. Strings are ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7697
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the admindocs now also describes methods that take arguments, rather than ignoring them. django.contrib.auth ¶ ... no longer supported in Django 1.9). The permission argument of permission_required() accepts all kinds of iter ... transforms. SlugField now accepts an allow_unicode argument to allow Unicode characters in slugs. Added suppor ... parameter to JsonResponse to allow passing keyword arguments to the json.dumps() call used to generate the res ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctively. These new signals have slightly different arguments. Check the documentation for details. The allow_s ... uired method: deconstruct() . This method takes no arguments, and returns a tuple of four items: name : The fi ... field, including the class name. args : Positional arguments, as a list kwargs : Keyword arguments, as a dict ... d on the superclass and simply add or remove extra arguments. This also means that all arguments to fields mus ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e band. django.contrib.postgres ¶ The new distinct argument for ArrayAgg determines if concatenated values wil ... ango.contrib.sitemaps ¶ Added the protocol keyword argument to the GenericSitemap constructor. キャッシュ ¶ ca ... f: . フォーム ¶ The new date_attrs and time_attrs arguments for SplitDateTimeWidget and SplitHiddenDateTimeWi ... xtract now works with DurationField . Added the of argument to QuerySet.select_for_update() , supported on Pos ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... call. On PostgreSQL only, you can pass positional arguments ( *fields ) in order to specify the names of fiel ... }] > The values() method takes optional positional arguments, *fields , which specify field names to which the ... ]> The values() method also takes optional keyword arguments, **expressions , which are passed through to anno ... e within a values() clause is applied before other arguments within the same values() clause. If you need to g ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7248
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields - Model.save() now accepts an update_fields argument, letting you specify which fields are written back ... fields ¶ The method Model.save() has a new keyword argument update_fields . By using this argument it is possi ... entTypeManager.get_for_models() have a new keyword argument – respectively for_concrete_model and for_concrete ... _models . By passing False using this argument it is now possible to retrieve the ContentType ass ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 7192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an HTML <input> . base_field ¶ This is a required argument. It specifies the underlying form field for the ar ... is_valid () False delimiter ¶ This is an optional argument which defaults to a comma: , . This value is used ... ly one character. max_length ¶ This is an optional argument which validates that the array does not exceed the ... stated length. min_length ¶ This is an optional argument which validates that the array reaches at least th ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rors The check function must accept an app_configs argument; this argument is the list of applications that sh ... roject. The check will receive a databases keyword argument. This is a list of database aliases whose connecti ... ust not use any database connections. The **kwargs argument is required for future expansion. メッセージ ¶ The ... r. When using these classes you can omit the level argument because it is implied by the class name. Debug Inf ...
https://man.plustar.jp/django/topics/checks.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 7058
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate options All aggregates have the filter keyword argument and most also have the default keyword argument. G ... here are no values. distinct ¶ An optional boolean argument that determines if array values will be distinct. ... distinct ¶ New in Django 3.2. An optional boolean argument that determines if array values will be distinct. ... fault if there are no values. delimiter ¶ Required argument. Needs to be a string. distinct ¶ An optional bool ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7058
" + 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 ... ed as additional keys in the CACHES setting. Valid arguments are as follows: TIMEOUT : The default timeout, in ... seconds, to use for the cache. This argument defaults to 300 seconds (5 minutes). You can set T ... d in the cache before old values are deleted. This argument defaults to 300 . CULL_FREQUENCY : The fraction of ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT