検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for validator (0.049 sec.)
Django 1.11.21 リリースノート — Django 4.0.6 ドキュメント 12668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ldWidget now validates the provided value using URLValidator before displaying the clickable link. You may cust ... omize the validator by passing a validator_class kwarg to AdminURLFiel ... ovided , using , トピック , previous , up , next , validator , validates クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.11.21.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 12064
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rd validation. You can configure multiple password validators at the same time. A few validators are included i ... ます。 Validation is controlled by the AUTH_PASSWORD_VALIDATORS setting. The default for the setting is an empty ... list, which means no validators are applied. In new projects created with the def ... ault startproject template, a set of validators is enabled by default. By default, validators are ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 11076
" + 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 ... (), {}) [ドキュメント] @deconstructible class RegexValidator : regex = "" message = _ ( "Enter a valid value." ... self , other ): return ( isinstance ( other , RegexValidator ) and self . regex . pattern == other . regex . pa ... match ) ) [ドキュメント] @deconstructible class URLValidator ( RegexValidator ): ul = " \u00a1 - \uffff " # Uni ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 10070
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ldWidget now validates the provided value using URLValidator before displaying the clickable link. You may cust ... omize the validator by passing a validator_class kwarg to AdminURLFiel ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 9685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ldWidget now validates the provided value using URLValidator before displaying the clickable link. You may cust ... omize the validator by passing a validator_class kwarg to AdminURLFiel ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 9082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , so that the same values are returned every time. Validator headers with non-safe request methods The conditio ... n decorator only sets validator headers ( ETag and Last-Modified ) for safe HTTP m ... 4 to learn about the distinction between setting a validator header in response to requests made with PUT versu ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 8680
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... params = { 'value' : value }, ) これはフィールドの validators 属性を通じて設定することができます: from django.d ... ls . Model ): even_field = models . IntegerField ( validators = [ validate_even ]) 値はバリデータ実行前に Pytho ... orms . Form ): even_field = forms . IntegerField ( validators = [ validate_even ]) より複雑なバリデータに対して ... __call__() メソッドを利用することもできます。 RegexValidator はその一例で、このテクニックを使っています。クラス ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 2.2.22 release notes — Django 4.0.6 ドキュメント 8277
" + 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/2.2.22.html - [similar]
Django 3.1.10 release notes — Django 4.0.6 ドキュメント 8277
" + 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.1.10.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 8076
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... group . permissions . clear () バリデータ ¶ class validators. ASCIIUsernameValidator ¶ A field validator allow ... bers, in addition to @ , . , + , - , and _ . class validators. UnicodeUsernameValidator ¶ A field validator all ... in addition to @ , . , + , - , and _ . The default validator for User.username . ログインとログアウトのシグナル ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 NEXT