I've been trying something similar to this myself.  I can tell you
that you can't do it by overriding save.  I've also explored using
signals with post_save and pre_save, but even they won't work since
the ManyToManyField relation is not handled until after all of that.
There is talk about a post_create method in the future, but I'm not
sure of the status of that.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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