22👍
✅
I think you should be able to pass the custom model form like so:
myModelFormset = modelformset_factory(Author, form=AuthorForm)
Source:stackexchange.com
22👍
I think you should be able to pass the custom model form like so:
myModelFormset = modelformset_factory(Author, form=AuthorForm)