On Friday 20 June 2008 23:40:43 Michael Glassford wrote: > Django builds a list of all the objects that are foreign keyed to > the one you are deleting and deletes those first, so it bypasses > any ON DELETE clauses. I assume this is what you're seeing.
Yes, this is the area I'm testing, I'm aware of how Django currently does it (and I'm investigating a bug in Django's cascading delete). What I'm talking about is the way that foreign key constraints apparently are ignored inside the test harness -- did you try the tests in the patch? Luke -- "I asked mom if I was a gifted child. She said they certainly wouldn't have paid for me." (Calvin and Hobbes) Luke Plant || http://lukeplant.me.uk/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
