検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 35 for validators (0.030 sec.)
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 8179
" + 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 , ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
概要: モジュールコード — Django 4.0.6 ドキュメント 8067
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontrib.messages.middleware django.contrib.postgres.validators django.contrib.sessions.exceptions django.contrib. ... ngo.core.paginator django.core.signing django.core.validators django.db.transaction django.db.utils django.dispa ...
https://man.plustar.jp/django/_modules/index.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 8067
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... params = { 'value' : value }, ) これはフィールドの validators 属性を通じて設定することができます: from django.db ... ls . Model ): even_field = models . IntegerField ( validators = [ validate_even ]) 値はバリデータ実行前に Python ... orms . Form ): even_field = forms . IntegerField ( validators = [ validate_even ]) より複雑なバリデータに対しては ... テクニックを使っています。クラスベースのバリデータが validators モデルフィールドのオプション内で使用されるときは、 ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... each Field defines the error message keys it uses. validators ¶ Field. validatorsvalidators 引数は、フィールド ... るバリデーション関数のリストを指定します。 詳しくは validators documentation を参照してください。 localize ¶ Fiel ... ch individual field. For example: from django.core.validators import RegexValidator class PhoneField ( MultiValu ... 'incomplete' : 'Enter a country calling code.' }, validators = [ RegexValidator ( r '^[0-9]+$' , 'Enter a valid ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 7494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Table of contents | Index | Modules up django.core.validators のソースコード import ipaddress import re import w ... "Enter a valid IPv6 address." )), } def ip_address_validators ( protocol , unpack_ipv4 ): """ Depending on the g ... iven parameters, return the appropriate validators for the GenericIPAddressField. """ if protocol != ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.contrib.postgres.indexes django.contrib.postgres.validators django.contrib.redirects A framework for managing ... re.signing Django's signing framework. django.core.validators Validation utilities and base classes d django.db ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 検証器 (validator) で実行され、新しい AUTH_PASSWORD_VALIDATORS 設定でカスタマイズすることができます。 Django には ... のパスワードが許可されます。そのため、 AUTH_PASSWORD_VALIDATORS を設定しなければ、何も変更する必要はありません。デ ... るには、たとえば次のように設定します。 AUTH_PASSWORD_VALIDATORS = [ { 'NAME' : 'django.contrib.auth.password_valid ... L pattern mistakes. バリデータ ¶ Added django.core.validators.int_list_validator() to generate validators of str ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g underscores to spaces. See Verbose field names . validators ¶ Field. validators ¶ A list of validators to run ... for this field. See the validators documentation for more information. Registering an ... default of True . ManyToManyField does not support validators . null has no effect since there is no way to requ ... date unique_for_month unique_for_year verbose_name validators Registering and fetching lookups フィールドの型 Au ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 7240
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n in 1.9 ( #26558 ). Fixed translation of password validators' help_text in forms ( #26544 ). Fixed a regression ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 7176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Trigram similarity バリデータ KeysValidator Range validators 前のトピックへ メッセージフレームワーク 次のトピッ ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
PREV 1 2 3 4 NEXT