Hello!

I have two models linked through m2m relation. I want to hook a code 
that will be executed on each change in this relation (adding and 
removing). If it wasn't about m2m then I would just override a save() 
method of a model but with m2m an intermediate table is not represented 
as a model at all.

As far as I can see there is nothing in Django for this thing. May be 
some also had this problem and solved it?

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