Re: A couple of newforms-admin questions

2007-10-11 Thread Brian Rosner
On Oct 11, 12:03 pm, Karen Tracey <[EMAIL PROTECTED]> wrote: > At 06:00 PM 10/10/2007, Joseph Kocherhans wrote: > > > > > > >You're probably right. Something like radio_admin_fields on the > > > >ModelAdmin class sounds reasonable. Could you file a ticket for this > > > >so we don't lose track?

Re: A couple of newforms-admin questions

2007-10-11 Thread Karen Tracey
At 06:00 PM 10/10/2007, Joseph Kocherhans wrote: > > >You're probably right. Something like radio_admin_fields on the > > >ModelAdmin class sounds reasonable. Could you file a ticket for this > > >so we don't lose track? I don't recall seeing one, but I could be > > >wrong. > > > > I couldn't fin

Re: A couple of newforms-admin questions

2007-10-10 Thread Joseph Kocherhans
On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > At 05:10 PM 10/10/2007, Joseph Kocherhans wrote: > >On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > > I'm also curious about something not on the to-do list: something to > > > replace the old radio_admin Field attribute. It seems

Re: A couple of newforms-admin questions

2007-10-10 Thread Karen Tracey
At 05:10 PM 10/10/2007, Joseph Kocherhans wrote: >On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > I'm also curious about something not on the to-do list: something to > > replace the old radio_admin Field attribute. It seems radio_admin is > > still allowed on fields, but has no effect o

Re: A couple of newforms-admin questions

2007-10-10 Thread Joseph Kocherhans
On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > The branch page for newforms-admin > (http://code.djangoproject.com/wiki/NewformsAdminBranch) has > 'Implement "edit inline" functionality' on the to-do list. But the > new syntax for inline editing is listed further down, and it all > seem

A couple of newforms-admin questions

2007-10-10 Thread Karen Tracey
The branch page for newforms-admin (http://code.djangoproject.com/wiki/NewformsAdminBranch) has 'Implement "edit inline" functionality' on the to-do list. But the new syntax for inline editing is listed further down, and it all seems to work fine for my site newly converted to newforms-admin.