Ticket #12916: 12916.diff

File 12916.diff, 483 bytes (added by Tim Graham, 14 years ago)
  • docs/ref/signals.txt

     
    176176.. data:: django.db.models.signals.m2m_changed
    177177   :module:
    178178
     179.. versionadded:: 1.2
     180
    179181Sent when a :class:`ManyToManyField` is changed on a model instance.
    180182Strictly speaking, this is not a model signal since it is sent by the
    181183:class:`ManyToManyField`, but since it complements the
Back to Top