mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
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:
parent
6137ec2bf2
commit
f97f71f592
4 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue