summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index dbbe3e2c01..f071c1bfcb 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -728,6 +728,12 @@ There are a few object methods that have special meaning:
This method is called just after the object is saved to the database. This
could be used to update other tables, update cached information, etc.
+``_pre_delete``
+ Like ``_pre_save``, but for deletion.
+
+``_post_delete``
+ Like ``_post_save``, but for deletion.
+
Module-level methods
--------------------