検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 174 for argument (0.102 sec.)
Django 4.0.4 release notes — Django 4.0.6 ドキュメント 5097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onary, with dictionary expansion, as the **options argument. Bugfixes ¶ Fixed a regression in Django 4.0 that ...
https://man.plustar.jp/django/releases/4.0.4.html - [similar]
Base views — Django 4.0.6 ドキュメント 5030
" + 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 kwa ... t of the view -- the method that accepts a request argument plus arguments, and returns an HTTP response. デフ ... n also add context using the extra_context keyword argument for as_view() . RedirectView ¶ class django.views. ... に、対象の URL を組み立てます。 The args and kwargs arguments are positional and/or keyword arguments captured ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ... item_geometry = ... # Also a function with no arguments def geometry ( self ): ... def item_geometry ( se ... lf ): ... # And as a function with a single argument def geometry ( self , obj ): ... def item_geometry ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs are functions (or callables) that take a single argument and raise ValidationError on invalid input. Valida ... a field's constructor, via the field's validators argument, or defined on the Field class itself with the def ... ) self . add_error ( 'subject' , msg ) The second argument of add_error() can be a string, or preferably an i ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.11.11 リリースノート — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inpu ...
https://man.plustar.jp/django/releases/1.11.11.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 5030
" + 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 mod ... el fields. The first two keyword arguments are now verbose_name and name. Other bugfixes and ... opriate Python versions (#18239). Added batch_size argument to qs.bulk_create() (#17788). Fixed a small regres ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.8.19 リリースノート — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inpu ...
https://man.plustar.jp/django/releases/1.8.19.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixed crash of ArrayAgg and StringAgg with ordering argument when used in a Subquery ( #30315 ). Fixed a regres ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... here Avg , StdDev , and Variance crash with filter argument ( #30542 ). Fixed a regression in Django 2.2.2 whe ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nvenience function check_password() . It takes two arguments: the plain-text password to check, and the full v ... t used by this application. It takes one mandatory argument: the password in plain-text (string or bytes). Opt ... the algorithm name of each hasher. If the password argument is None , an unusable password is returned (one th ... of names of user attributes to compare to. If this argument is not provided, the default is used: 'username', ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT