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 FormSet class for the given form class.

See formsets for example usage.