Re: Customised admin saving

2009-07-11 Thread Daniele Procida
On Sat, Jul 11, 2009, Daniel Roseman wrote: >> I think this means that I need to add a routine to my admin.py so that >> when the user hits Save, it will also manually assemble the information >> and save it for the affected models. >> >> Is that correct? If so, what is doing this called, so I c

Re: Customised admin saving

2009-07-11 Thread Friðrik Már Jónsson
Daniele Procida wrote: > I think this means that I need to add a routine to my admin.py so that > when the user hits Save, it will also manually assemble the information > and save it for the affected models. > > Is that correct? If so, what is doing this called, so I can look it up > in the docu

Re: Customised admin saving

2009-07-11 Thread Daniel Roseman
On Jul 11, 11:37 am, "Daniele Procida" wrote: > I have a many-to-many relationship between two models, People and > Entities (enities are departments and offices etc). > > Some of these relationships are managed by the user in admin, but others > are implicit. > > For example, if the user adds Jo

Customised admin saving

2009-07-11 Thread Daniele Procida
I have a many-to-many relationship between two models, People and Entities (enities are departments and offices etc). Some of these relationships are managed by the user in admin, but others are implicit. For example, if the user adds John to the Laser Research Lab Administrative Office, it me