I run django tests using MySQL-python 1.2.5 (aka, MySQLdb1) and Python 2.7.8. So it means django doesn't work with MySQL with MySQL-python.
$ python -V Python 2.7.8 (mysql2)[inada-n@MBA:~] $ pip list MySQL-python (1.2.5) pip (1.5.6) setuptools (3.6) wsgiref (0.1.2) On Tue, Sep 9, 2014 at 5:18 PM, Florian Apolloner <[email protected]> wrote: > On Tuesday, September 9, 2014 9:22:10 AM UTC+2, Naoki INADA wrote: >> >> Failed to install index for admin_views.PrePopulatedPostLargeSlug >> model: (1071, 'Specified key was too long; max key length is 767 bytes') > > > Welcome to the wonderful world to mysql, afaik this is a warning and not an > error; so your database driver might convert that incorrectly. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-developers/n-TI8mBcegE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/4bd04867-0f32-4db2-85b3-41671f92aecc%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- INADA Naoki <[email protected]> -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAEfz%2BTxL4E8jYSBrF4jh1H2QTKncQXNAF9uZGJTOshCXf1BxXw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
