mirror of
https://github.com/django/django.git
synced 2025-04-05 14:06:42 +00:00
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.