summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-01 08:32:42 -0500
committerTim Graham <timograham@gmail.com>2019-02-01 08:32:42 -0500
commit951ee0b118eb640e6484189117be3308417d87bd (patch)
tree65a4290c73c7848300f4d7d237a920a01a0f9aa7
parentcea425e6eb7db9ae56e835577415267e95a56e26 (diff)
downloaddjango-951ee0b118eb640e6484189117be3308417d87bd.tar.gz
[1.11.x] Refs #30150 -- Doc'd that MySQL 8 isn't supported.
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 6145708128..50886d3e84 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -282,7 +282,7 @@ MySQL notes
Version support
---------------
-Django supports MySQL 5.5 and higher.
+Django supports MySQL 5.5.x - 5.7.x. MySQL 8 and later aren't supported.
Django's ``inspectdb`` feature uses the ``information_schema`` database, which
contains detailed data on all database schemas.