Re: Using BaseInlineFormSet with customized form

2009-03-03 Thread koenb
On 3 mrt, 14:32, koenb wrote: > Do you think this is worth a ticket ? I created ticket #10403 for this. Koen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Using BaseInlineFormSet with customized form

2009-03-03 Thread koenb
On 3 mrt, 14:09, Alex Gaynor wrote: > > AFAIK the intention was always to eventually have a metaclass so it looked > more like model forms, but the usecase wasn't as strong, and no one who > wanted it ever wrote any code AFAIK > > Alex Thank you Alex, something like

Re: Using BaseInlineFormSet with customized form

2009-03-03 Thread Alex Gaynor
On Tue, Mar 3, 2009 at 8:01 AM, koenb wrote: > > Hi all, > > I want to use a inlineformset with a highly customized form (it is > based on a specific metaclass and has a customized __init__ function). > > Due to the way the inlineformset_factory function works, if I

Using BaseInlineFormSet with customized form

2009-03-03 Thread koenb
Hi all, I want to use a inlineformset with a highly customized form (it is based on a specific metaclass and has a customized __init__ function). Due to the way the inlineformset_factory function works, if I specify my form in the form argument, the specific form instantiation does not seem to