検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 98 for parameter (0.021 sec.)
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the JSON encoder with test client's json_encoder parameter. The new SimpleTestCase.assertWarnsMessage() metho ... nal params argument and returns a tuple of SQL and parameters instead of an SQL string. DatabaseFeatures.intros ... rd_reset_complete() are removed. The extra_context parameter of contrib.auth.views.logout_then_login() is remov ... ings as top-level attributes of OPTIONS . The host parameter of django.utils.http.is_safe_url() is removed. Sil ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 6625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database. BrinIndex now has the autosummarize parameter. The new search_type parameter of SearchQuery allo ... abase functions . Setting the new ignore_conflicts parameter of QuerySet.bulk_create() to True tells the databa ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 6494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e (which takes the record-to-be-logged as its only parameter) to decide whether to log a record. """ def __init ... e and the request are passed to the logger's extra parameter. """ # Check if the response has already been logg ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
Django 1.11.21 リリースノート — Django 4.0.6 ドキュメント 6494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript l ...
https://man.plustar.jp/django/releases/1.11.21.html - [similar]
Django 2.2.19 release notes — Django 4.0.6 ドキュメント 6494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at parse_qsl() no longer allows using ; as a query parameter separator by default. Django now includes this fix ...
https://man.plustar.jp/django/releases/2.2.19.html - [similar]
Django 3.0.13 release notes — Django 4.0.6 ドキュメント 6494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at parse_qsl() no longer allows using ; as a query parameter separator by default. Django now includes this fix ...
https://man.plustar.jp/django/releases/3.0.13.html - [similar]
Django 3.1.7 release notes — Django 4.0.6 ドキュメント 6494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at parse_qsl() no longer allows using ; as a query parameter separator by default. Django now includes this fix ...
https://man.plustar.jp/django/releases/3.1.7.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __ ( self , north , east , south , west ): # Input parameters are lists of cards ('Ah', '9s', etc.) self . nort ... す。 The Field.__init__() method takes the following parameters: verbose_name name primary_key max_length unique ... e above example. Some database column types accept parameters, such as CHAR(25) , where the parameter 25 repres ... th. In cases like these, it's more flexible if the parameter is specified in the model rather than being hard-c ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) and once in the SQL interpolation with the query parameters in the database cursor. arg_joiner ¶ A class attr ... L string, and params is the list or tuple of query parameters. The as_vendor() methods should use the function ... plate , arg_joiner , and any other **extra_context parameters to customize the SQL as needed. For example: djan ... ed into the SQL string rather than passed as query parameters, where the database driver would escape them. The ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o the response. Changed in Django 3.2: The headers parameter was added. SimpleTemplateResponse. resolve_context ... o the response. Changed in Django 3.2: The headers parameter was added. The rendering process ¶ Before a Templa ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT