mirror of
https://github.com/django/django.git
synced 2025-01-13 11:57:01 +00:00
272de9eb6b
In a normal relational construct, if you're listening for an event that signals a child was deleted, you dont expect that the parent was deleted already. This change ensures that post_delete signals are fired immediately after objects are deleted in the graph. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
tests.py |