Hi Mike, thanks, this really helps and makes complete sense. In this case, could it be a feature request for django to implement bidirectional delete for related models in OneToOne case? It is not a complex thing for me to override delete method for the model and thus get the bidirectional delete, but when you call delete method on a QuerySet it won't invoke customized delete method and thus I will need to make sure related OneToOne instances are deleted as well on my own.
Thanks again, Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---