summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-06 14:49:27 -0500
committerGitHub <noreply@github.com>2018-12-06 14:49:27 -0500
commit88619e6129fd8c6668242f1acc1465ca175d2948 (patch)
tree639b93dfc51414401f720abf85a593e307a260ef /docs
parent9453bc77f4968dc3a8167eadbf97759538133332 (diff)
Bumped mysqlclient requirement to >= 1.3.13.
There are test failures with older versions.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/releases/2.2.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 98f14629bb..2dd1c06687 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -335,7 +335,7 @@ Connector/Python includes `its own`_.
mysqlclient
~~~~~~~~~~~
-Django requires `mysqlclient`_ 1.3.7 or later.
+Django requires `mysqlclient`_ 1.3.13 or later.
MySQL Connector/Python
~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 7cabba3ad6..93a4a68994 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -424,6 +424,9 @@ Miscellaneous
* Support for ``cx_Oracle`` < 6.0 is removed.
+* The minimum supported version of ``mysqlclient`` is increased from 1.3.7 to
+ 1.3.13.
+
* In an attempt to provide more semantic query data, ``NullBooleanSelect`` now
renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead
of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are