summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-05 15:48:24 -0500
committerTim Graham <timograham@gmail.com>2018-12-05 15:51:04 -0500
commit2ea1e0e58d3e0afffda4308a45e6c96693f3a7c9 (patch)
tree6c9f1a1cbe99b3a278b18e97826b003e68c94f88 /docs
parenta5338b125288b087de8419d236464f902db187af (diff)
[1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index f9372d030c..6145708128 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -381,8 +381,7 @@ Python 3. In order to use MySQLdb under Python 3, you'll have to install
mysqlclient
~~~~~~~~~~~
-Django requires `mysqlclient`_ 1.3.3 or later. mysqlclient should mostly behave
-the same as MySQLdb.
+Django supports `mysqlclient`_ 1.3.3 through 1.3.13.
MySQL Connector/Python
~~~~~~~~~~~~~~~~~~~~~~