[2.0.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 committed by GitHub
parent 288279ccfd
commit 13501d162f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -357,7 +357,7 @@ Connector/Python includes `its own`_.
mysqlclient
~~~~~~~~~~~
Django requires `mysqlclient`_ 1.3.7 or later.
Django supports `mysqlclient`_ 1.3.7 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