Also tried grabbing the post save signal...

the object that is sent with the signal is the old object, eg. the
object before updates.

as this is the post_save signal I tried loading the object again from
database and there also it is the old version.

Any thoughts about how I can get the updated object or the new data
for the object?

A

On Aug 7, 10:31 am, Arnaldur <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm trying to override the save method in the django admin interface,
> I have no problems getting values for the normal fields but when I try
> to access the values for multiple choice fields (many to many fields),
> I only get the last values, not the new values selected. This goes for
> both calling object.field.values() and going through the _meta.fields.
>
> Is there a way to access the parameters submitted from the admin form
> to the model's save method?
>
> A


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

Reply via email to