According to this page:
https://docs.djangoproject.com/en/dev/ref/databases/
"Django supports MySQL 5.0.3 and higher."

But the next section says that MySQLdb is required, and when you click the 
link to MySQLdb from that page, it goes to this page:
http://sourceforge.net/projects/mysql-python/

which states that the supported versions are:
"MySQL versions from 3.23 to 5.1"

Is anyone using Django with MySQL 5.5? The page that says "5.0.3 and 
higher" seems to me to imply that this would work, but if MySQLdb is 
required for Django and MySQLdb only supports up to 5.1, then that implies 
that it is at least not supported. Anyone tried it?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/gM8MX-Q3T9UJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to