検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 122 for arguments (0.052 sec.)
Signals — Django 4.0.6 ドキュメント 7184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... had an instance created. args A list of positional arguments passed to __init__() . kwargs A dictionary of keyw ... ord arguments passed to __init__() . For example, the tutorial h ... "What's new?" , pub_date = timezone . now ()) The arguments sent to a pre_init handler would be: Argument 値 s ... [] (an empty list because there were no positional arguments passed to __init__() ) kwargs {'question_text': "W ...
https://man.plustar.jp/django/ref/signals.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 7097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... callable, the template system will call it with no arguments and use its result instead of the callable. タグ ¶ ... nd %} like this: {% csrf_token %} Most tags accept arguments: {% cycle 'odd' 'even' %} Some tags require beginn ... Filters transform the values of variables and tag arguments. They look like this: {{ django | title }} With a ... cannot be found. It accepts the following optional arguments for populating the template postmortem on the debu ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hes the Cache-Control header by adding all keyword arguments to it. The transformation is as follows: All keywo ... ddleware , but returns a function that accepts the arguments to be passed to the middleware_class. For example, ... hich applies to the entire feed. Any extra keyword arguments you pass to __init__ will be stored in self.feed . ... it's called with a lazy translation as one of its arguments, the function evaluation is delayed until it needs ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f: . フォーム ¶ The new date_attrs and time_attrs arguments for SplitDateTimeWidget and SplitHiddenDateTimeWid ... date_of = True . If the database requires that the arguments to OF be columns rather than tables, set DatabaseF ... ime errors due to incorrect ordering of form field arguments, optional arguments of built-in form fields are no ... longer accepted as positional arguments. For example: forms . IntegerField ( 25 , 10 ) rai ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ubset of apps by providing a list of app labels as arguments: django - admin check auth admin myapp --tag TAGS ... to which to open a shell. Defaults to default . -- ARGUMENTS ¶ Any arguments following a -- divider will be pas ... bles or views to inspect by passing their names as arguments. If no arguments are provided, models are created ... ies of a migration will also be shown. app_label s arguments limit the output, however, dependencies of provide ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6924
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lationships. This is implemented by passing lookup arguments in the querystring portion of the URL, and options ... a model's structure and the format of these lookup arguments to invent useful new filters on the fly by manipul ... ib.admin will now validate that querystring lookup arguments either specify only fields on the model being view ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e modifications: Enum member values are a tuple of arguments to use when constructing the concrete data type. D ... ジェットは TextInput です。 CharField has two extra arguments: CharField. max_length ¶ Required. The maximum len ... he input using DecimalValidator . Has two required arguments: DecimalField. max_digits ¶ 数値内で使える桁数の最 ... luding the filename. This callable must accept two arguments and return a Unix-style path (with forward slashes ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 6763
" + 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.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 6763
" + 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.5.6.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 6763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lables which take another callable as one of their arguments. They call that callable to invoke the (possibly w ... nnection object. wrapper is a callable taking five arguments. It is called for every query execution in the sco ... pe of the context manager, with arguments execute , sql , params , many , and context as des ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT