1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixes #10754 - minor clarification to the post/pre_delete signal documentation

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Chris Beaven
2011-04-06 10:12:21 +00:00
parent 4fa9646716
commit ab9e596ca6
2 changed files with 5 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ notifications:
:data:`django.db.models.signals.post_delete`
Sent before or after a model's :meth:`~django.db.models.Model.delete`
method or queryset's :meth:`~django.db.models.query.QuerySet.delete`
method is called.
* :data:`django.db.models.signals.m2m_changed`