[1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.

This commit is contained in:
Tim Graham 2018-12-05 15:48:24 -05:00
parent a5338b1252
commit 2ea1e0e58d
2 changed files with 2 additions and 4 deletions

View File

@ -381,8 +381,7 @@ Python 3. In order to use MySQLdb under Python 3, you'll have to install
mysqlclient
~~~~~~~~~~~
Django requires `mysqlclient`_ 1.3.3 or later. mysqlclient should mostly behave
the same as MySQLdb.
Django supports `mysqlclient`_ 1.3.3 through 1.3.13.
MySQL Connector/Python
~~~~~~~~~~~~~~~~~~~~~~

View File

@ -1,2 +1 @@
# Due to a bug that will be fixed in mysqlclient 1.3.7.
mysqlclient >= 1.3.7
mysqlclient >= 1.3.7, < 1.3.14