検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 73 for validation (0.034 sec.)
Django の例外 — Django 4.0.6 ドキュメント 7601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nvalid A query contains invalid order_by arguments ValidationError ¶ exception ValidationError [ソース] ¶ Valida ... モデルのフィールド検証に失敗すると発生します。検証 (validation) のより詳しい情報については、 Form and Field Valid ... ation や Model Field Validation 、 Validator Reference を参照してください。 NON_FI ... ELD_ERRORS ¶ NON_FIELD_ERRORS ¶ ValidationError s that don't belong to a particular field in ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. If choices are given, they're enforced by model validation and the default form widget will be a select box w ... her ModelForm . They are also skipped during model validation . Default is True . error_messages ¶ Field. error_ ... his is enforced at the database level and by model validation. If you try to save a model with a duplicate value ... s enforced by Model.validate_unique() during model validation but not at the database level. If any unique_for_d ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the model field as any arguments relating to data validation ( max_length , max_digits , etc.) will not be enfo ... the model field as any arguments relating to data validation ( max_length , max_digits , etc.) will not be enfo ... ¶ Provides the chance to do any pre-processing or validation of the expression before it's added to the query. ... self . expressions = expressions We do some basic validation on the parameters, including requiring at least 2 ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n was raised. Denial-of-service possibility in URL validation ¶ URLValidator included a regular expression that ... ines in input Denial-of-service possibility in URL validation Bugfixes 前のトピックへ Django 1.8.4 リリースノート ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntication middleware. django.contrib.auth.password_validation django.contrib.auth.signals django.contrib.auth.vi ... Django's signing framework. django.core.validators Validation utilities and base classes d django.db django.db.b ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n patterns for handling errors in forms: Raising a ValidationError from within certain functions (e.g. Field.cle ... mple using Form.add_error() . Error metadata ¶ The ValidationError constructor accepts metadata such as error co ... able for interpolating into the error message (see ValidationError を発生させる for more details); however, befo ... ors and django.forms.utils.ErrorList now store the ValidationError instances so these metadata can be retrieved ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ATORS = [ { 'NAME' : 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator' , }, { 'NAME' : ... 'django.contrib.auth.password_validation.MinimumLengthValidator' , }, { 'NAME' : 'django.co ... ntrib.auth.password_validation.CommonPasswordValidator' , }, { 'NAME' : 'django.c ... ontrib.auth.password_validation.NumericPasswordValidator' , }, ] 詳しくは パスワー ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.2.14 release notes — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s and CacheKeyWarning warnings raised by cache key validation ( #31654 ). 目次 Django 2.2.14 release notes Bugfi ...
https://man.plustar.jp/django/releases/2.2.14.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 7014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Form instance has an is_valid() method, which runs validation routines for all its fields. When this method is c ... ut types. By default, browsers may apply their own validation on these fields, which may be stricter than Django ... 's validation. If you would like to disable this behavior, set t ... < ul class = "errorlist nonfield" > < li > Generic validation error </ li > </ ul > See フォーム API for more on ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
Django 1.10.2 release notes — Django 4.0.6 ドキュメント 6875
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.10.1. Bugfixes ¶ Fixed a crash in MySQL database validation where SELECT @@sql_mode doesn't return a result ( ...
https://man.plustar.jp/django/releases/1.10.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT