Fixes #20699: Ensure proper ordering of changelog entries resulting from cascading deletions #953

Closed
opened 2026-04-05 19:09:49 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 10/28/2025

Fixes: #20699

  • Alter the pre_delete signal handler to log updates to dependent objects only where cascading deletion is not in use
  • Extend our custom collector to pass null=False even for nullable ForeignKeys with on_delete=CASCADE
*Originally created by @jeremystretch on 10/28/2025* ### Fixes: #20699 - Alter the `pre_delete` signal handler to log updates to dependent objects only where cascading deletion is not in use - Extend our custom collector to pass `null=False` even for nullable ForeignKeys with `on_delete=CASCADE`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#953