#7708: Model instance deletion doesn't lead to the OneToOne mapped model deletion ------------------------------+--------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: 1.0 Component: Core framework | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ------------------------------+--------------------------------------------- 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.
-- Ticket URL: <http://code.djangoproject.com/ticket/7708> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
