>
> The print self.parents.all() line does print a [] line with self
> removed from the parents. Apparently this just does not get saved.

Right. The admin always calls the save on the primary object first,
followed later by saving the ManyToMany "parents". So, whatever you
are doing in your overridden save()  is being overridden again by the
Admin save manipulator.

> Any ideas?

1. Check if the newforms-admin branch has been endowed with anything
in that area (especially, in the limit_choices_to attribute of the
ManyToManyField.)

2. Use your own form and view to maintain that object instead of
relying on the Admin.


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