summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-10 12:45:42 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-08 06:14:42 +0200
commitf97f71f59249f1fbeebe84d4fc858d70fc456f7d (patch)
treedaadc365c72cf3e7ae41d37c43f87960229aa533 /docs
parent6137ec2bf2c6398b5980b8cea91ff757a867b222 (diff)
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/releases/3.1.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 391797d412..f01a054d51 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -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
~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index 63607b4bdd..a480cbfa57 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -690,6 +690,9 @@ Miscellaneous
* The auto-reloader no longer monitors changes in built-in Django translation
files.
+* The minimum supported version of ``mysqlclient`` is increased from 1.3.13 to
+ 1.4.0.
+
.. _deprecated-features-3.1:
Features deprecated in 3.1