Re: ModelForm fieldsets?

2008-02-20 Thread pm13
> I'm mostly just commenting on the API here. I've only read the patch a > couple of times and haven't fully absorbed the inner details yet. > > You've certainly put a lot of work into this and I really don't want to > seem to be arbitrarily dismissing your ideas (which I'm definitely not). >

Re: ModelForm fieldsets?

2008-02-18 Thread Malcolm Tredinnick
On Mon, 2008-02-18 at 11:45 -0800, pm13 wrote: [...] > It seems that this idea could be accepted. And it is possible that > someone will do it. So I would like to say that I have patches for > these problems (fieldsets, inlines and more) - through inner Meta > class. They are almost untested (no

Re: ModelForm fieldsets?

2008-02-18 Thread pm13
On 18 Ún, 18:21, Brian Rosner <[EMAIL PROTECTED]> wrote: > > Is there any good reason why the "fieldsets" option of ModelAdmin (in > > newforms-admin) shouldn't be pushed down into the newforms library? > > What I'm doing right now by overriding change_form.html would be even > > easier if I

Re: ModelForm fieldsets?

2008-02-18 Thread Tom Tobin
On 2/18/08, Brian Rosner <[EMAIL PROTECTED]> wrote: > > > Is there any good reason why the "fieldsets" option of ModelAdmin (in > > newforms-admin) shouldn't be pushed down into the newforms library? > > What I'm doing right now by overriding change_form.html would be even > > easier if I could

Re: ModelForm fieldsets?

2008-02-18 Thread Brian Rosner
> Is there any good reason why the "fieldsets" option of ModelAdmin (in > newforms-admin) shouldn't be pushed down into the newforms library? > What I'm doing right now by overriding change_form.html would be even > easier if I could define my fieldsets on a ModelForm. I don't see reason why it

Re: ModelForm fieldsets?

2008-02-12 Thread Malcolm Tredinnick
On Fri, 2008-02-08 at 16:08 -0600, Tom Tobin wrote: > Is there any good reason why the "fieldsets" option of ModelAdmin (in > newforms-admin) shouldn't be pushed down into the newforms library? > What I'm doing right now by overriding change_form.html would be even > easier if I could define my

ModelForm fieldsets?

2008-02-08 Thread Tom Tobin
Is there any good reason why the "fieldsets" option of ModelAdmin (in newforms-admin) shouldn't be pushed down into the newforms library? What I'm doing right now by overriding change_form.html would be even easier if I could define my fieldsets on a ModelForm. Related to how I'm working around