検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for formset (0.042 sec.)
Django 1.3 release notes — Django 4.0.6 ドキュメント 7975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... u were relying on USStateField not including them. FormSet updates ¶ In Django 1.3 FormSet creation behavior ... rting with 1.3 if you pass in empty dictionary the FormSet will raise a ValidationError . For example with a ... harField () ... pub_date = DateField () >>> ArticleFormSet = formset_factory ( ArticleForm ) the following co ... de will raise a ValidationError : >>> ArticleFormSet ({}) Traceback (most recent call last): ... Valida ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Django . Template based form rendering ¶ Forms , Formsets , and ErrorList are now rendered using the templa ... ) , get_context() , and template_name for Form and formset rendering for Formset . マイナーな機能 ¶ django.co ... ains the admin site header. The new ModelAdmin.get_formset_kwargs() method allows customizing the keyword arg ... uments passed to the constructor of a formset. The navigation sidebar now has a quick filter too ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 7473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ォームはもっと多くのことができます。 フォームセット (Formset) フォームセットで初期データを指定する フォームの最 ... nd deletion of forms Adding additional fields to a formset Passing custom parameters to formset forms Customi ... zing a formset's prefix Using a formset in views and templates モ ... セッションの使いかた 次のトピックへ フォームセット (Formset) 関連キーワード フォーム , フィールド , form , デー ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 7409
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntenttypes.forms module provides: BaseGenericInlineFormSet A formset factory, generic_inlineformset_factory() ... se with GenericForeignKey . class BaseGenericInlineFormSet ¶ generic_inlineformset_factory ( model , form = M ... odelForm , formset = BaseGenericInlineFormSet , ct_field = 'content_t ... can_delete_extra = True ) ¶ Returns a GenericInlineFormSet using modelformset_factory() . You must provide ct ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a result of form validation. SimpleTestCase. assertFormsetError ( response , formset , form_index , field , e ... rrors , msg_prefix = '' ) ¶ Asserts that the formset raises the provided list of errors when rendered. ... a response instance returned by the test client . formset is the name the Formset instance was given in the ... e. form_index is the number of the form within the Formset . If form_index has a value of None , non-form err ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7344
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The new absolute_max argument for generic_inlineformset_factory() allows customizing the maximum number of ... he new can_delete_extra argument for generic_inlineformset_factory() allows removal of the option to delete e ... oads. フォーム ¶ The new absolute_max argument for formset_factory() , inlineformset_factory() , and modelfor ... ore details. The new can_delete_extra argument for formset_factory() , inlineformset_factory() , and modelfor ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
索引 — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.db.models.query.QuerySet モジュール) as_p() (BaseFormSet のメソッド) (Form のメソッド) as_sql() (django.db. ... ッド) as_string() (Field のメソッド) as_table() (BaseFormSet のメソッド) (Form のメソッド) as_text() (ErrorList ... のメソッド) as_ul() (BaseFormSet のメソッド) (ErrorList のメソッド) (Form のメソッド ... ssertFormError() (SimpleTestCase のメソッド) assertFormsetError() (SimpleTestCase のメソッド) assertHTMLEqual ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or 0 . Changes to the interpretation of max_num in FormSets ¶ As part of enhancements made to the handling of ... FormSets, the default value and interpretation of the max_ ... num parameter to the django.forms.formsets.formset_factory() and django.forms.models.modelfo ... ously, the default value for max_num was 0 (zero). FormSets then used the boolean value of max_num to determi ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ibility in the admin changelist view when a custom formset's prefix contains regular expression special chara ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 7263
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ression in Django 4.0 that caused a crash of assertFormsetError() on a formset named form ( #33346 ). Fixed a ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
PREV 1 2 3 4 NEXT