検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 28 for ModelForm (0.045 sec.)
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 7767
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld will not be displayed in the admin or any other ModelForm . They are also skipped during model validation . ... constraint involves fields that are not part of a ModelForm (for example, if one of the fields is listed in ex ... to False , in which case it can't be included in a ModelForm . BinaryField has one extra optional argument: Bin ... for this field when this field is rendered using a ModelForm or the admin (by default, all objects in the query ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
フォーム — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ionships Creating custom fields モデルフォーム関数 modelform_factory modelformset_factory inlineformset_factory ...
https://man.plustar.jp/django/ref/forms/index.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7701
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e してもバリデータは自動的には呼び出されませんが、 ModelForm を使用している場合にはフォームに含まれるすべてのフ ... ションがフォーム上でどのように動作するかについては、 ModelForm ドキュメント を参照してください。 ビルトインのバリ ...
https://man.plustar.jp/django/ref/validators.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) Likewise, GenericForeignKey s does not appear in ModelForm s. Reverse generic relations ¶ class GenericRelati ... t ¶ generic_inlineformset_factory ( model , form = ModelForm , formset = BaseGenericInlineFormSet , ct_field = ... ra = True ) ¶ Returns a GenericInlineFormSet using modelformset_factory() . You must provide ct_field and fk_fi ... ther parameters are similar to those documented in modelformset_factory() and inlineformset_factory() . The for ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld's limit_choices_to from being evaluated when a ModelForm is instantiated ( #28345 ). 目次 Django 1.11.3 リリ ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 7521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... たい場合は、 add_error() を呼び出す必要があります。 ModelForm サブクラスの clean() メソッドをオーバーライドする際 ... 、特に考慮する点がまだあります (詳しくは ModelForm ドキュメント を参照してください)。 これらのメソッド ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n place of ClearableFileInput . For instance, in a ModelForm for a hypothetical Document model with a FileField ... odels import Document class DocumentForm ( forms . ModelForm ): class Meta : model = Document widgets = { 'docu ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 7521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ute but no limit_choices_to could not be used in a ModelForm ( #23795 ). Fixed a custom field type validation e ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 7455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ance helper functions (which have been replaced by ModelForm ) and a number of deprecated features which were r ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7390
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Defaults to json.JSONDecoder . 注釈 If you use a ModelForm , the encoder and decoder from JSONField will be u ... ce . price return option class PizzaForm ( forms . ModelForm ): class Meta : model = Pizza fields = [ 'topping' ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
PREV 1 2 3 NEXT