summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/releases/4.2.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index ee573c5f65..860d550232 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -450,7 +450,7 @@ Connector/Python includes `its own`_.
mysqlclient
~~~~~~~~~~~
-Django requires `mysqlclient`_ 1.4.0 or later.
+Django requires `mysqlclient`_ 1.4.3 or later.
MySQL Connector/Python
~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index c846d1b3d7..55aef8a327 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -507,6 +507,9 @@ Miscellaneous
that differ only in case. If you need the previous behavior, use
:class:`~django.contrib.auth.forms.BaseUserCreationForm` instead.
+* The minimum supported version of ``mysqlclient`` is increased from 1.4.0 to
+ 1.4.3.
+
.. _deprecated-features-4.2:
Features deprecated in 4.2