In short: changes to many-to-many fields do not get signalled via
pre_save and post_save, but it would be useful if they got. Now all
changes to model information cannot be caught. I'm doing a kind of
object version control system, if it helps to understand the need.
I also created a ticket on http://code.djangoproject.com/ticket/2861
The actual questions:
1) Good idea / bad idea?
2) Exactly what information it would be best to send with a signal?
- samuli