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