検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 73 for validation (0.038 sec.)
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 8328
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ses where a memcached backend does not perform key validation, passing malformed cache keys could result in a ke ... leakage. In order to avoid this vulnerability, key validation is added to the memcached cache backends. CVE-2020 ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 8174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te=18), name='%(app_label)s_%(class)s_is_adult') . Validation of Constraints In general constraints are not chec ... ked during full_clean() , and do not raise ValidationError s. Rather you'll get a database integrity err ... validate_unique() logic, and thus enable two-stage validation. In addition to IntegrityError on save() , Validat ... ionError is also raised during model validation when the UniqueConstraint is violated. CheckConstr ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 3.2.5 release notes — Django 4.0.6 ドキュメント 8034
" + 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.2.5.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URLs from user input not correctly validated ¶ The validation for redirects did not correctly validate some malf ... with more liberal URL parsing. To remedy this, the validation in is_safe_url() has been tightened to be able to ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URLs from user input not correctly validated ¶ The validation for redirects did not correctly validate some malf ... with more liberal URL parsing. To remedy this, the validation in is_safe_url() has been tightened to be able to ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e the force_bytes() utility to encode the strings. Validation of previous_page_number and next_page_number ¶ Whe ... d_data dictionary is now always present after form validation. When the form doesn't validate, it contains only ... the fields that passed validation. You should test the success of the validation wit ... g is no longer enclosed in a div. If you need HTML validation against pre-HTML5 Strict DTDs, you should add a di ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 7895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ses where a memcached backend does not perform key validation, passing malformed cache keys could result in a ke ... leakage. In order to avoid this vulnerability, key validation is added to the memcached cache backends. CVE-2020 ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URLs from user input not correctly validated ¶ The validation for redirects did not correctly validate some malf ... with more liberal URL parsing. To remedy this, the validation in is_safe_url() has been tightened to be able to ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ToOneField primary key ( #25786 ). Fixed incorrect validation for PositiveIntegerField and PositiveSmallIntegerF ... er than 4294967295 or 65535, respectively, passing validation and being silently truncated by the database ( #25 ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 7741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... メッセージは、 モデルバリデーション のステップの間に ValidationError が発生したときに、対応するエラーメッセージがフ ... tically to ArticleForm , except there's some extra validation and cleaning for the pub_date field. You can also ... you can create a custom model form that has custom validation: class AuthorForm ( forms . ModelForm ): class Met ... ame' , 'title' ) def clean_name ( self ): # custom validation for the name field ... Then, pass your model form ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT