I have a class CustomFormSet that inherits from BaseModelFormSet. I would like to have another formset class that does everything CustomFormSet does but instead inherits from BaseInlineFormSet. What is the best pythonic/Django way of doing that?
Wednesday, May 31, 2017
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment