Ticket #12916: 12916.diff
File 12916.diff, 483 bytes (added by , 15 years ago) |
---|
-
docs/ref/signals.txt
176 176 .. data:: django.db.models.signals.m2m_changed 177 177 :module: 178 178 179 .. versionadded:: 1.2 180 179 181 Sent when a :class:`ManyToManyField` is changed on a model instance. 180 182 Strictly speaking, this is not a model signal since it is sent by the 181 183 :class:`ManyToManyField`, but since it complements the