mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f56f6e9405
commit
6afd505b5b
6 changed files with 403 additions and 6 deletions
|
|
@ -29,6 +29,9 @@ notifications:
|
|||
Sent before or after a model's :meth:`~django.db.models.Model.delete`
|
||||
method is called.
|
||||
|
||||
* :data:`django.db.models.signals.m2m_changed`
|
||||
|
||||
Sent when a :class:`ManyToManyField` on a model is changed.
|
||||
|
||||
* :data:`django.core.signals.request_started` &
|
||||
:data:`django.core.signals.request_finished`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue