Hi All, This mysqlclient library is now the recommend choice for using MySQL with Django.
https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers It's compatible with the current mysqldb package, except the current package does not have python3 support. Could we package this as a replacement? Thanks, Collin On Tue, Sep 9, 2014 at 12:52 PM, Collin Anderson <[email protected]> wrote: > Hi All, > > If you are looking for python 3 support, I wanted to let you know that > there is an actively maintained fork of mysqldb that has python 3 > compatibility. > > https://github.com/PyMySQL/mysqlclient-python > > Thanks, > Collin >
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

