django-superform
django-superform copied to clipboard
Simplify InlineFormSetField arguments
In theory InlineFormSetField()
doesn't need any arguments if we can use the current's
form model as the parent_model
and the fieldname as the relation to the
inline model.