Changes between Initial Version and Version 1 of Ticket #36428, comment 1


Ignore:
Timestamp:
Jun 2, 2025, 1:17:07 PM (3 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36428, comment 1

    initial v1  
    8080It would be quite surprising if cascade deletion dependency resolving was broken since 5.1.x given the way it's extensively tested and used in the wild so I highly suspect something else is at play here.
    8181
    82 Perhaps you have model signal receivers connected (`post_save`, `post_delete`) that might be interfering?   
     82Perhaps you have model signal receivers connected (`pre_delete`, `post_delete`) that might be interfering?   
Back to Top