Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.

MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2.
This commit is contained in:
Mariusz Felisiak 2020-04-10 12:45:42 +02:00
parent 6137ec2bf2
commit f97f71f592
4 changed files with 7 additions and 4 deletions

View file

@ -361,7 +361,7 @@ Connector/Python includes `its own`_.
mysqlclient
~~~~~~~~~~~
Django requires `mysqlclient`_ 1.3.13 or later.
Django requires `mysqlclient`_ 1.4.0 or later.
MySQL Connector/Python
~~~~~~~~~~~~~~~~~~~~~~