Formset FunctionsLink to this heading
Formset API reference. For introductory material about formsets, see the 表单集 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)Link to this definition
Returns a
FormSetclass for the givenformclass.See formsets for example usage.