summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.