Has anybody else noticed deletes blowing up that used to work fine, but now are broken with django 1.3?
Using: Django 1.3 MySQL 5.1 Python 2.6 I have some complicated models from a legacy system that won't delete items in the proper order anymore and I receive a Referential Integrity error from MySQL. I've logged a bug to django (http://code.djangoproject.com/ticket/ 15776) where I have attached a sample project and a test case that re- produces the bug every time. It you run the test case against django 1.3 it blows up... in django 1.2.5 it passes. Am I the only one running into this issue? -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

