[2.0.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.
This commit is contained in:
parent
288279ccfd
commit
13501d162f
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -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…
Reference in New Issue