summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/signals.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 953b18c1f6..65f3833913 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -204,9 +204,8 @@ Arguments sent with this signal:
The database alias being used.
``origin``
-
- The origin of the deletion being the instance of a ``Model`` or
- ``QuerySet`` class.
+ The ``Model`` or ``QuerySet`` instance from which the deletion originated,
+ that is, the instance whose ``delete()`` method was invoked.
``post_delete``
---------------
@@ -233,9 +232,8 @@ Arguments sent with this signal:
The database alias being used.
``origin``
-
- The origin of the deletion being the instance of a ``Model`` or
- ``QuerySet`` class.
+ The ``Model`` or ``QuerySet`` instance from which the deletion originated,
+ that is, the instance whose ``delete()`` method was invoked.
``m2m_changed``
---------------