検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 23 for validator (0.006 sec.)
Django 2.1.4 リリースノート — Django 4.0.6 ドキュメント 8076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ected the default password list that CommonPasswordValidator uses by lowercasing all passwords to match the for ... mat expected by the validator ( #29952 ). Prevented repetitive calls to geos_ver ...
https://man.plustar.jp/django/releases/2.1.4.html - [similar]
Django 3.2.2 release notes — Django 4.0.6 ドキュメント 8076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -2021-32052: Header injection possibility since URLValidator accepted newlines in input on Python 3.9.5+ ¶ On P ... ython 3.9.5+, URLValidator didn't prohibit newlines and tabs. If you used val ... s. Moreover, the URLField form field which uses URLValidator silently removes newlines and tabs on Python 3.9.5 ... ering your data only existed if you are using this validator outside of the form fields. This issue was introdu ...
https://man.plustar.jp/django/releases/3.2.2.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 7691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tents | Index | Modules up django.contrib.postgres.validators のソースコード from django.core.exceptions import ... ValidationError from django.core.validators import ( MaxLengthValidator , MaxValueValidator , ... MinLengthValidator , MinValueValidator , ) from django.utils.deconstr ... anslation import ngettext_lazy class ArrayMaxLengthValidator ( MaxLengthValidator ): message = ngettext_lazy ( ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドと組み合わせるのも簡単です。検証は1つ以上の検証器 (validator) で実行され、新しい AUTH_PASSWORD_VALIDATORS 設定で ... のパスワードが許可されます。そのため、 AUTH_PASSWORD_VALIDATORS を設定しなければ、何も変更する必要はありません。デ ... るには、たとえば次のように設定します。 AUTH_PASSWORD_VALIDATORS = [ { 'NAME' : 'django.contrib.auth.password_vali ... dation.UserAttributeSimilarityValidator' , }, { 'NAME' : 'django.contrib.auth.password_val ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 7691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... imits crashes if limit_value attribute in a custom validator is callable ( #30328 ). Fixed a regression in Djan ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7490
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld now has a default validate_image_file_extension validator. (This validator moved to the form field in Django ... バリデータ ¶ ファイル拡張子を検証する FileExtensionValidator と、 画像ファイルを検証する validate_image_file_ex ... alue that passes the validate_image_file_extension validator. See the note in Client.post() . FileField now mov ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 7289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... して返すはずです。 Most validation can be done using validators - helpers that can be reused. Validators are func ... gument and raise ValidationError on invalid input. Validators are run after the field's to_python and validate ... メソッドをオーバーライドしてください。 Field の run_validators() メソッドはフィールドのバリデータをすべて実行し、 ... an() メソッドは、 to_python() 、 validate() 、 run_validators() を正しい順序で実行し、エラーを伝達する役目を負っ ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment and domain_whitelist attribute of django.core.validators.EmailValidator will be removed. The default_app_c ... removed in favor of requires_system_checks . Admin validators will be replaced by admin checks. The ModelAdmin. ... validator_class and default_validator_class attributes will be removed. ModelAdmin.valid ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 7088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and Field Validation や Model Field Validation 、 Validator Reference を参照してください。 NON_FIELD_ERRORS ¶ ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ys been accepted when using Python 3. The username validator now explicitly accepts Unicode characters by defau ... y. カスタムの user モデルでは、新しい ASCIIUsernameValidator や UnicodeUsernameValidator を使うこともできます。 ... _NAME into account when it is set. バリデータ ¶ URLValidator now limits the length of domain name labels to 63 ... in names to 253 characters per RFC 1034 . int_list_validator() now accepts an optional allow_negative boolean p ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
PREV 1 2 3 NEXT