Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7708 closed (wontfix)

Model instance deletion doesn't lead to the OneToOne mapped model deletion

Reported by: finnam@… 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.

Change History (2)

comment:1 by ElliottM, 16 years ago

Resolution: wontfix
Status: newclosed

Wontfix, this django-developers thread shows why.

Please try to make your tickets much more detailed in the future.

comment:2 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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