検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 174 for argument (0.032 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ct_to() generic view ¶ Django 1.1 adds a permanent argument to the django.views.generic.simple.redirect_to() v ... can automatically follow redirects with the follow argument to Client.get() and Client.post() . This makes tes ... _to generic view now accepts an additional keyword argument permanent . If permanent is True , the view will e ... ment command now accepts individual model names as arguments, allowing you to export the data just from partic ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5221
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookup. django.contrib.postgres ¶ The new distinct argument for StringAgg determines if concatenated values wi ... ckends now pass the contents of OPTIONS as keyword arguments to the client constructors, allowing for more adv ... anced control of client behavior. See the cache arguments documentation for examples. Memcached backends no ... . データベースバックエンド ¶ Added the skip_locked argument to QuerySet.select_for_update() on PostgreSQL 9.5+ ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... site admins. If the request is passed as the first argument to the log record, request data will be provided i ... as warnings (unless a level is given as a keyword argument). The HttpResponse status_code and the request are ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lesStorage subclass that sets the manifest_storage argument. For example: from django.conf import settings fro ... ource map comments was added. The manifest_storage argument was added. storage.ManifestStaticFilesStorage. max ... does. Changed in Django 4.0: The manifest_storage argument was added. Finders Module ¶ staticfiles finders ha ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Formset Functions — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 3.2: The absolute_max and can_delete_extra arguments were added. Changed in Django 4.0: The renderer a ...
https://man.plustar.jp/django/ref/forms/formsets.html - [similar]
Django 1.11.7 リリースノート — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ache.get_or_set() from caching None if the default argument is a callable that returns None ( #28601 ). Fixed ...
https://man.plustar.jp/django/releases/1.11.7.html - [similar]
Django 2.2.11 release notes — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rent link fields with 複数テーブルの継承 in the of argument, the corresponding models were not locked ( #31246 ...
https://man.plustar.jp/django/releases/2.2.11.html - [similar]
Django 2.2.28 release notes — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onary, with dictionary expansion, as the **options argument. 目次 Django 2.2.28 release notes CVE-2022-28346: ...
https://man.plustar.jp/django/releases/2.2.28.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ged in Django 3.2: The default value of the params argument was changed from None to an empty tuple. クエリのフ ... s will be replaced with parameters from the params argument. 注釈 SQLite バックエンドにおいて辞書はサポートされ ... cussed in SQL injectionへの防御 , using the params argument and leaving the placeholders unquoted protects you ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alias special . If this filter required additional arguments, they can be provided as additional keys in the f ... ilter configuration dictionary. In this case, the argument foo will be given a value of bar when instantiatin ... you can use any other callable that takes a single argument. The contents of LOGGING will be provided as the v ... alue of that argument when logging is configured. ロギング設定を無効化す ...
https://man.plustar.jp/django/topics/logging.html - [similar]