検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 189 for values (0.118 sec.)
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 5313
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ect , SelectMultiple , and Select localized option values ( #28075 ). Corrected the stack level of unordered ... ected the return type of ArrayField(CITextField()) values retrieved from the database ( #28161 ). Fixed Quer ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5313
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... argument for StringAgg determines if concatenated values will be distinct. The new GinIndex and BrinIndex c ... CITextField . The new JSONBAgg allows aggregating values as a JSON array. The HStoreField (model field) and ... HStoreField (form field) allow storing null values. キャッシュ ¶ Memcached backends now pass the cont ... t and exposed it through the time lookup. QuerySet.values() と values_list() の表現へのサポートを追加しました ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5313
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able number of SQL queries by submitting duplicate values for the field's data. The validation logic in Mode ... lMultipleChoiceField now deduplicates submitted values to address this issue. 目次 Django 1.6.10 release ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5313
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n . Setting session expiration by passing datetime values to set_expiry() will not work as datetime values a ... re not serializable in JSON. You can use integer values instead. See the セッションのシリアライズ document ... l. GenericIPAddressField will now only allow blank values if null values are also allowed. Creating a Generi ... ill trigger a model validation error because blank values are always stored as null . Previously, storing a ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... break anything), it's a good idea to increase this value so that infrequent visitors will be protected (3153 ... r to do so is spelled Referrer-Policy ). The valid values for this setting are: no-referrer Instructs the br ... send the full URL as the referrer. Unknown Policy Values Where a policy value is unknown by a user agent, i ... t is possible to specify multiple policy values to provide a fallback. The last specified value th ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample, when querying a table which contains string values, but using a query which filters based on an integ ... . If a query is performed without first converting values to the appropriate type, this can produce unexpect ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Django 1.4 adds both a low-level API for signing values and a high-level API for setting and reading signe ... storage engine. It's now possible to pass initial values to the model forms that are part of both model for ... just like with regular formsets. However, initial values only apply to extra forms, i.e. those which are no ... revious settings had some rather arbitrary default values: IGNORABLE_404_STARTS = ( '/cgi-bin/' , '/_vti_bin ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample, when querying a table which contains string values, but using a query which filters based on an integ ... . If a query is performed without first converting values to the appropriate type, this can produce unexpect ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able number of SQL queries by submitting duplicate values for the field's data. The validation logic in Mode ... lMultipleChoiceField now deduplicates submitted values to address this issue. Bugfixes ¶ The default iter ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... error_list . extend ( sum ( message . error_dict . values (), [])) else : self . error_list . extend ( messa ... elf , "error_dict" ): return sum ( dict ( self ) . values (), []) return list ( self ) def update_error_dict ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]