1
0
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:
mgaligniana
2021-12-27 23:32:07 -03:00
committed by Mariusz Felisiak
parent f1905db6c0
commit fa235004dd
9 changed files with 112 additions and 17 deletions

View File

@@ -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
~~~~~~~~~