DavidA wrote: > I've been having a problem rebuilding my database from scratch via > syncdb. I've tracked it down to duplicate constraint name. Here is the > output from manage.py sql for my app: > ... > This used to work, I'm pretty sure, but I haven't rebuilt the whole DB > from scratch for a long time so I don't know if its been lingering for > a while.
The algorithm for naming the constraints has changed since the original way created names that were too long for mysql. See ticket #2257. There's not a patch, but the idea of the solution. Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---