Opened 5 years ago

Last modified 5 years ago

#30339 closed Bug

Model.delete(keep_parents=True) does not preserve all parent reverse relationships — at Initial Version

Reported by: Stephen Brown Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: models deletion
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There was a partial fix for this in #27407, but it doesn't cater for relationships toward parent's of parents, and so on.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top