#7708 closed (wontfix)
Model instance deletion doesn't lead to the OneToOne mapped model deletion
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I was trying to add several OneToOne fields to the model which prevented me from making one of these fields to be a primary key. And it appears that when I delete the main model django doesn't automatically delete the related OneToOne mapped instances which should be a natural behaviour in my opinion.
Note:
See TracTickets
for help on using tickets.
Wontfix, this django-developers thread shows why.
Please try to make your tickets much more detailed in the future.