django-superform icon indicating copy to clipboard operation
django-superform copied to clipboard

Simplify InlineFormSetField arguments

Open gregmuellegger opened this issue 9 years ago • 0 comments

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.

gregmuellegger avatar May 29 '15 07:05 gregmuellegger