Hallöchen!

Jonathan writes:

> I'd like to use the values of a ManyToManyField in a model's
> overriden save() method when I save an instance in admin.  It
> turns out that by design, django does not update the M2M field
> before calling save(), but only after the save() is complete as
> part of the *form* save...
>
> How can I access the new values of this field in the override
> save() ?

Call the inherited save() method in the first line of your save()
method.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: torsten.bron...@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com

-- 
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