[1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.
This commit is contained in:
parent
a5338b1252
commit
2ea1e0e58d
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user