検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 73 for validation (0.155 sec.)
The flatpages app — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The flatpage form used in the admin performs this validation check, and can be imported from django.contrib.fla ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tiple , which always returns False because browser validation would require all checkboxes to be checked instead ... attribute if the field is required because browser validation would require all checkboxes to be checked instead ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cement for django.forms , the old form/manipulator/validation framework. Both APIs are available in 0.96, but ov ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E-2015-5145 ¶ Denial-of-service possibility in URL validation. Full description 影響を受けるバージョン ¶ Django ... 2012 - No CVE 2 ¶ Additional hardening of redirect validation. Full description 影響を受けるバージョン ¶ Django ...
https://man.plustar.jp/django/releases/security.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 6008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use a custom ModelForm (for instance to add extra validation), set form_class on your view. 注釈 カスタムのフォ ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r constraints, so if you use MyISAM, you won't get validation of fixture data, or a rollback if multiple transac ... put_data() if you want to customize data input and validation. Consult the source code for details on the existi ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y using a signal or an explicit through model. The ValidationError raised during model validation when the const ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) given in select_related: 'nonexistent_field' The validation also makes sure that the given field is relational ... eDatabaseSchemaEditor from django.db.backends.base.validation import BaseDatabaseValidation The data_types , dat ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arning ) If you want to instead provide custom key validation logic for one of the built-in backends, you can su ... ache ): def validate_key ( self , key ): """Custom validation, raising exceptions or warnings as needed.""" ... ...
https://man.plustar.jp/django/topics/cache.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 5854
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に記述します: >>> from django.core.exceptions import ValidationError >>> from django.forms import BaseFormSet >>> ... get ( 'title' ) ... if title in titles : ... raise ValidationError ( "Articles in a set must have distinct title ... validate_max=True is passed to formset_factory() , validation will also check that the number of forms in the da ... validate_min=True is passed to formset_factory() , validation will also check that the number of forms in the da ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT