mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
This commit is contained in:
committed by
Mariusz Felisiak
parent
f1905db6c0
commit
fa235004dd
@@ -249,7 +249,9 @@ Serialization
|
||||
Signals
|
||||
~~~~~~~
|
||||
|
||||
* ...
|
||||
* The :data:`~django.db.models.signals.pre_delete` and
|
||||
:data:`~django.db.models.signals.post_delete` signals now dispatch the
|
||||
``origin`` of the deletion.
|
||||
|
||||
Templates
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user