Wednesday, May 31, 2017

ModelFormset Into InlineFormset

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?

 

No comments:

Post a Comment