Formset FunctionsLink to this heading
Formset API reference. For introductory material about formsets, see the フォームセット (Formset) topic guide.
formset_factoryLink to this heading
- formset_factory(form, formset=BaseFormSet, extra=1, can_order=False, can_delete=False, max_num=None, validate_max=False, min_num=None, validate_min=False, absolute_max=None, can_delete_extra=True)Link to this definition
与えられた
formクラスのFormSetクラスを返します。使用例は formsets を見てください。