検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 98 for parameter (0.064 sec.)
Django 3.1 release notes — Django 4.0.6 ドキュメント 7121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supports query expressions. The new cover_density parameter of SearchRank allows ranking by cover density. The ... new normalization parameter of SearchRank allows rank normalization. The new E ... s in the through_defaults argument. The new is_dst parameter of the QuerySet.datetimes() determines the treatme ... remains until Django 4.0. Also, the new algorithm parameter of the Signer allows customizing the hashing algor ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 6873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s recommended to set the default of the autoescape parameter to True , so that if you call the function from Py ... : context [ 'home_title' ], } Note that the first parameter to the function must be called context . In that r ... ally gets access to the context. The takes_context parameter defaults to False . When it's set to True , the ta ... ys the current date/time, formatted according to a parameter given in the tag, in strftime() syntax. It's a goo ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 6873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efault is set on the machine. If the as_attachment parameter is omitted, browsers will handle the PDF using wha ... se for PDFs. You can provide an arbitrary filename parameter. It'll be used by browsers in the "Save as..." dia ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... collations can then be used with the db_collation parameter on CharField , TextField , and their subclasses. F ... name , locale and provider . Set the deterministic parameter to False to create a non-deterministic collation, ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it. The transformation is as follows: All keyword parameter names are turned to lowercase, and underscores are ... converted to hyphens. If the value of a parameter is True (exactly True , not just a true value), on ... ly the parameter name is added to the header. All other parameters ... pass to __init__ will be stored in self.feed . All parameters should be strings, except categories , which shou ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... page argument. The new redirect_authenticated_user parameter for the django.contrib.auth.views.login() view all ... e backends. See the arg_joiner and **extra_context parameters of Func.as_sql() for an example. ファイルストレー ... lconf . By setting the new prefix_default_language parameter for i18n_patterns() to False , you can allow acces ... o Content) for AJAX requests when there is no next parameter in POST or GET . The JavaScriptCatalog and JSONCat ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... supports the fastupdate and gin_pending_list_limit parameters. The new GistIndex class allows creating GiST ind ... w created as identity columns . The new chunk_size parameter of QuerySet.iterator() controls the number of rows ... he first day of a quarter. Added the db_tablespace parameter to class-based indexes. If the database supports a ... unction with select_related() . The new field_name parameter of QuerySet.in_bulk() allows fetching results base ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6755
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and os.PathLike instances. モデル ¶ The new no_key parameter for QuerySet.select_for_update() , supported on Po ... specified in QuerySet.distinct() . The new tzinfo parameter of the TruncDate and TruncTime database functions ... フィールドをセットする for details. The new headers parameter of HttpResponse , SimpleTemplateResponse , and Tem ... the transform argument. Utilities ¶ The new depth parameter of django.utils.timesince.timesince() and django.u ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... providing a reversed URL as a default value for a parameter in a function's signature. resolve() ¶ The resolve ... erse() , you don't need to worry about the urlconf parameter. The function returns a ResolverMatch object that ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from the URLconf and the (required) document_root parameter. Since it can become a bit cumbersome to define th ... a small URL helper function static() that takes as parameters the prefix such as MEDIA_URL and a dotted path to ... s 'django.views.static.serve' . Any other function parameter will be transparently passed to the view. Error vi ...
https://man.plustar.jp/django/ref/views.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT