I'd be interested in a signal for related add/remove relationships. This would involve a signal for one-to-many, many-to-one, and many-to-many saves. Something like:
dispatcher.send(signal=signals.pre_related_add, \ sender=self.__class__, related_object=self, instance=self) It is backwards-compatible, and the many-to-one/one-to-many signals seem easy enough to add to existing code. The many-to-many may take some work. Does this sound useful? Casey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
