検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 174 for argument (0.120 sec.)
The form rendering API — Django 4.0.6 ドキュメント 4840
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efault_renderer attribute or by using the renderer argument of Widget.render() . Use one of the built-in templ ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 4840
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raint. expressions ¶ New in Django 4.0. Positional argument *expressions allows creating functional unique con ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4840
" + 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 queryin ... odel field classes did not correctly convert their arguments: FilePathField GenericIPAddressField IPAddressFie ... se three fields have been updated to convert their arguments to the correct types before querying. Additionall ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4840
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d better backwards compatibility for the verbosity argument in optparse management commands by casting it to a ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
django.core.paginator — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... umber ): """ Return a valid page, even if the page argument isn't a number or isn't in range. """ try : number ... ere the current page, the output, with the default arguments, would be: 1, 2, …, 40, 41, 42, 43, 44, 45, 46, … ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... encoding it to save space, using the compress=True argument. This checks if compression actually helps and onl ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): # Bare decorator: @atomic -- although the first argument is called # `using`, it's actually the function be ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... None ): """ Connect receiver to sender for signal. Arguments: receiver A function or an instance method which ... enceable. Receivers must be able to accept keyword arguments. If a receiver is connected with a dispatch_uid a ... ValueError ( "Signal receivers must accept keyword arguments (**kwargs)." ) if dispatch_uid : lookup_key = ( d ... eiver will be removed from dispatch automatically. Arguments: receiver The registered receiver to disconnect. ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SV-generation API by passing response as the first argument to csv.writer . The csv.writer function expects a ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 4772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... True , using = 'default' ) ¶ The following are the arguments and keywords that may be used during instantiatio ... n of LayerMapping objects. Argument 説明 model The geographic model, not an instance. ... e.g., 'POINT' , 'LINESTRING' , 'POLYGON' . Keyword Arguments layer The index of the layer to use from the Data ... pathlib.Path data_source was added. save() Keyword Arguments ¶ LayerMapping. save ( verbose = False , fid_rang ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]