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

ForeignKey reverse admin

2007-06-15 Thread endi
I have a little problem with ForeignKey's. It's easy to explain. My database model involves a many-to-one relationship which i would like to admin reversely. ie. Articles and Authors, one Articles can have one Author, one Authors can have many Articles. I would like to admin the thing from the A