1
0
mirror of https://github.com/django/django.git synced 2025-03-05 23:12:32 +00:00
David Cramer 272de9eb6b Send post_delete signals immediately
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.
2013-01-14 13:15:47 -08:00
..
2012-12-29 21:58:12 +01:00