Re: ModelFormset Into InlineFormset

2017-06-01 Thread James Schneider
On Thu, Jun 1, 2017 at 1:34 PM, Matthew Pava wrote: > Well, that took me on a path to enlightenment. I learned quite a bit more > about method resolution order, MRO. On my journey, I also learned the new > way of using super() in python 3. I even stumbled upon type checking using > mypy. And

RE: ModelFormset Into InlineFormset

2017-06-01 Thread Matthew Pava
@googlegroups.com] On Behalf Of James Schneider Sent: Wednesday, May 31, 2017 6:24 PM To: django-users@googlegroups.com Subject: Re: ModelFormset Into InlineFormset On Wed, May 31, 2017 at 3:13 PM, Matthew Pava mailto:matthew.p...@iss.com>> wrote: I have a class CustomFormSet that inherit

Re: ModelFormset Into InlineFormset

2017-05-31 Thread James Schneider
On Wed, May 31, 2017 at 3:13 PM, Matthew Pava wrote: > 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

ModelFormset Into InlineFormset

2017-05-31 Thread Matthew Pava
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? -- You received this message because you are s