検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 174 for argument (0.059 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6363
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... saved to a specific database by providing a using argument when you call save() . Model validation ¶ Model in ... ate tag format specifier characters: c and u ¶ The argument to the now has gained two new format characters: c ... database for which it is preparing. The connection argument now provides the preparation methods with the spec ... uirements that are database-specific. The prepared argument is used to indicate to the database-preparation me ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6240
" + 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 keyw ... 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 ... r caches the result of a method with a single self argument as a property. The cached result will persist as l ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... birth_date Changed in Django 3.2: The empty_value argument to the display() decorator is equivalent to settin ... he display() decorator and passing the description argument. Changed in Django 3.2: The description argument t ... birth_date Changed in Django 3.2: The empty_value argument to the display() decorator is equivalent to settin ... d with the display() decorator passing the boolean argument with the value set to True : from django.contrib i ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6173
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etry of each feature in the layer. If the optional argument geos is set to True then the geometries are conver ... g parameters can be specified through the ds_input argument. The use of ds_input is analogous to the correspon ... ding argument of the class constructor. It is a dictionary with ... d for warping can be specified with the resampling argument. The default is NearestNeighbor , and the other al ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Signals — Django 4.0.6 ドキュメント 6173
" + 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 key ... word arguments passed to __init__() . For example, the tutorial ... "What's new?" , pub_date = timezone . now ()) The arguments sent to a pre_init handler would be: Argument... [] (an empty list because there were no positional arguments passed to __init__() ) kwargs {'question_text': " ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 6106
" + 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 ... .deconstruct() deterministic with multiple keyword arguments ( #29125 ). You may need to modify Q 's in existi ... a regression where a When() expression with a list argument crashes ( #29166 ). Fixed crash when using a Windo ... aseUser.normalize_username() crash if the username argument isn't a string ( #29176 ). 目次 Django 2.0.3 リリー ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Signals — Django 4.0.6 ドキュメント 6106
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nished!" ) Notice that the function takes a sender argument, along with wildcard keyword arguments ( **kwargs ... ); all signal handlers must take these arguments. We'll look at senders a bit later , but right no ... w look at the **kwargs argument. All signals send keyword arguments, and may chang ... e those keyword arguments at any time. In the case of request_finished , it ...
https://man.plustar.jp/django/topics/signals.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lock will raise an exception. atomic takes a using argument which should be the name of a database. If this ar ... vepoints for inner blocks by setting the savepoint argument to False . If an exception occurs, Django will per ... ing durability. Changed in Django 3.2: The durable argument was added. 自動コミット ¶ なぜ Django は自動コミッ ... None ) [ソース] ¶ Pass any function (that takes no arguments) to on_commit() : from django.db import transacti ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 5982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.db.models import F , Q , When >>> # String arguments refer to fields; the following two examples are e ... can be an expression. 注釈 Since the then keyword argument is reserved for the result of the When() , there i ... ged in Django 3.2: Support for using the condition argument with lookups was added. Case ¶ class Case ( * case ... accepts any number of When() objects as individual arguments. Other options are provided using keyword argumen ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 5982
" + 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 dj ... you cannot reverse such patterns. The current_app argument allows you to provide a hint to the resolver indic ... currently executing view belongs. This current_app argument is used as a hint to resolve application namespace ... e namespaced URL resolution strategy . The urlconf argument is the URLconf module containing the URL patterns ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT