On Sun, 31 Oct 2010 20:15:19 +0100, Daniel Roseman <dan...@roseman.org.uk> wrote:

On Oct 31, 4:46 pm, Martin Tiršel <dja...@blackpage.eu> wrote:

If this is only needed for the admin, you probably want to override
the ModelAdmin's response_add method. This is called after the add
form has been processed and all the resulting objects saved. Be sure
to call (and return) the super method after you've done your
processing.
--
DR.


Yes, this seems to be the right place, thank you.

Martin

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to