検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 73 for validation (0.004 sec.)
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 11514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 're taking additional steps to tighten Host header validation. Rather than attempt to accommodate all features H ... TTP supports here, Django's Host header validation attempts to support a smaller, but far more common ... ngo's HTTP redirect classes, performing additional validation of the scheme of the URL to redirect to (since, bo ... ader issue, we are taking steps to provide tighter validation in response to reported problems (primarily with t ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 11514
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 're taking additional steps to tighten Host header validation. Rather than attempt to accommodate all features H ... TTP supports here, Django's Host header validation attempts to support a smaller, but far more common ... ngo's HTTP redirect classes, performing additional validation of the scheme of the URL to redirect to (since, bo ... ader issue, we are taking steps to provide tighter validation in response to reported problems (primarily with t ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 10941
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate this problem, Django offers pluggable password validation. You can configure multiple password validators at ... 挙動を微調整するオプション設定を持つこともできます。 Validation is controlled by the AUTH_PASSWORD_VALIDATORS sett ... t with Django at that level and also because model validation doesn't automatically run as part of creating mode ... ATORS = [ { 'NAME' : 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator' , }, { 'NAME' : ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Form fields — Django 4.0.6 ドキュメント 10787
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rgument and either raises a django.core.exceptions.ValidationError exception or returns the clean value: >>> fro ... address' ) Traceback (most recent call last): ... ValidationError : ['Enter a valid email address.'] field のコ ... e empty string ( "" ) -- then clean() will raise a ValidationError exception: >>> from django import forms >>> f ... lean ( '' ) Traceback (most recent call last): ... ValidationError : ['This field is required.'] >>> f . clean ( ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 9194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... リデータは、値を取って 特定の条件に合致しない場合に ValidationError を返す呼び出し可能オブジェクトです。バリデータ ... るバリデータです: from django.core.exceptions import ValidationError from django.utils.translation import gettext_ ... validate_even ( value ): if value % 2 != 0 : raise ValidationError ( _ ( ' %(value)s is not an even number' ), p ... expression with re.search() . By default, raises a ValidationError with message and code if a match is not found ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 9194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.deprecation.CallableBool ( #28230 ). Relaxed the validation added in Django 1.11 of the fields in the defaults ... nt ( #28170 ). Moved the ImageField file extension validation added in Django 1.11 from the model field to the f ... detection , regression , feature , Minor , file , validation クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8761
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase connections in a single Django instance. Model validation inspired by Django's form validation. Vastly impro ... ding a using argument when you call save() . Model validation ¶ Model instances now have support for validating ... ts of validators specifying reusable, encapsulated validation behavior. Note, however, that validation must stil ... odel instance's save() method will not perform any validation of the instance's data. Improved CSRF protection ¶ ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 3.1.13 release notes — Django 4.0.6 ドキュメント 8468
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .order_by() could bypass intended column reference validation in path marked for deprecation resulting in a pote ... itted. As a mitigation the strict column reference validation was restored for the duration of the deprecation p ...
https://man.plustar.jp/django/releases/3.1.13.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 8328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... migration ). Adding constraints without enforcing validation ¶ New in Django 4.0. PostgreSQL supports the NOT V ... atement to add check constraints without enforcing validation on existing rows. This option is useful if you wan ... ex operations Adding constraints without enforcing validation 前のトピックへ PostgreSQL specific lookups 次のトピ ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 8328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to Django, like multiple-database support, model validation, and a session-based messages framework. However, ... lues. Backwards-incompatible changes in 1.3 ¶ CSRF validation now applies to AJAX requests ¶ Prior to Django 1.2 ... pass in empty dictionary the FormSet will raise a ValidationError . For example with a FormSet : >>> class Arti ... ry ( ArticleForm ) the following code will raise a ValidationError : >>> ArticleFormSet ({}) Traceback (most rec ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT