Author: timo
Date: 2010-12-31 07:09:20 -0600 (Fri, 31 Dec 2010)
New Revision: 15117
Modified:
django/trunk/docs/topics/db/models.txt
Log:
Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.
Modified: django/trunk/docs/topics/db/models.txt
===================================================================
--- django/trunk/docs/topics/db/models.txt 2010-12-30 13:30:37 UTC (rev
15116)
+++ django/trunk/docs/topics/db/models.txt 2010-12-31 13:09:20 UTC (rev
15117)
@@ -756,8 +756,8 @@
Note that the :meth:`~Model.delete()` method for an object is not
necessarily called when :ref:`deleting objects in bulk using a
QuerySet<topics-db-queries-delete>`. To ensure customized delete logic
- gets executed, you can use :data:`~django.db.models.signals.pre_save`
- and/or :data:`~django.db.models.signals.post_save` signals.
+ gets executed, you can use :data:`~django.db.models.signals.pre_delete`
+ and/or :data:`~django.db.models.signals.post_delete` signals.
Executing custom SQL
--------------------
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.