Opened 7 years ago
Last modified 7 years ago
#30339 closed Bug
Model.delete(keep_parents=True) does not preserve all parent reverse relationships — at Version 3
| 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 (last modified by )
There was a partial fix for this in #27407, but it doesn't cater for relationships toward parents of parents, and so on.
Change History (3)
comment:1 by , 7 years ago
| Type: | Uncategorized → Bug |
|---|
comment:3 by , 7 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/11185 PR