Class BaseGenericInlineFormSet
A formset for generic inline objects to a parent.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, data=None, files=None, instance=None, save_as_new=False, prefix=None, ...) override ▶ def initial_form_count(self) overrideinherited doc Return the number of forms that are required in this FormSet.
▶ def save_new(self, form, commit=True) overrideinherited doc Save and return a new model instance for the given form.
Class methods