From 951ee0b118eb640e6484189117be3308417d87bd Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 1 Feb 2019 08:32:42 -0500 Subject: [1.11.x] Refs #30150 -- Doc'd that MySQL 8 isn't supported. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.3