MySQL Connector/Python Release Notes

7.2 Changes in MySQL Connector/Python 1.1.6 (2014-02-19, General Availability)

Bugs Fixed

  • Connector/Python produced errors using time functions with Django 1.6 due to not using the autocommit value from Django. Now the value is set to that specified in the Django configuration file. (Bug #71438, Bug #18187561)