diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 4eb55c906a..6f0ce0527c 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -195,6 +195,12 @@ Arguments sent with this signal: ``using`` The database alias being used. +``origin`` + .. versionadded:: 4.1 + + The origin of the deletion being the instance of a ``Model`` or + ``QuerySet`` class. + ``post_delete`` --------------- @@ -219,6 +225,12 @@ Arguments sent with this signal: ``using`` The database alias being used. +``origin`` + .. versionadded:: 4.1 + + The origin of the deletion being the instance of a ``Model`` or + ``QuerySet`` class. + ``m2m_changed`` --------------- |
