Undocumented
Class | BaseGenericInlineFormSet |
A formset for generic inline objects to a parent. |
Function | generic_inlineformset_factory |
Return a GenericInlineFormSet for the given kwargs. |
Return a GenericInlineFormSet for the given kwargs.
You must provide ct_field and fk_field if they are different from the defaults content_type and object_id respectively.