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 it
Just a note, edit_inline is being handled here:
http://code.djangoproject.com/ticket/13
I believe it is set to be adjusted post nfa merge.
On Feb 7, 12:22 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Feb 7, 2008 8:29 AM, MikeH <[EMAIL PROTECTED]> wrote:
>
> > So I modified the admin app t