On Wed, 2007-03-21 at 08:03 -0700, Karsu wrote: > I underestand that mysql_old is compatible support for people who > can't upgrade MySQLdb immediately. Without this patch I can't use > django with mysql with older version than MySQLdb-1.2.1p2. > > If I try to use mysql_old and run python manage.py syncdb it will > raise ImportError? "MySQLdb-1.2.1p2 or newer is required;". > > Problem is mysql_old 'introspection.py' imports from > django.db.backends.mysql.base import quote_name not from > django.db.backends.mysql_old.base import quote_name file.
I noticed that when I was testing on an older machine this morning (I don't always have access to the other machine, so I couldn't test it yesterday). I've committed a fix now. Sorry about that. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
