Re: Editing ForeignKey relations from parent

2008-10-20 Thread TiNo
Something that is in a different direction, but might do the trick:check out http://code.google.com/p/django-batchadmin/ You could select multiple "children" and create an "add to parent..." action for it. Hope it helps, TiNo On Mon, Oct 20, 2008 at 8:45 PM, endi <[EMAIL PROTECTED]> wrote: > >

Editing ForeignKey relations from parent

2008-10-20 Thread endi
My database model includes a ForeignKey relationship. I'm writing the admin.py. We have a lot of "children" and "parents". The expected workflow is: create children one by one, then create parent, then add children to the parent. The heaviness of the "child" model makes it unfit for inline editin