[1.11.x] Refs #30150 -- Doc'd that MySQL 8 isn't supported.

This commit is contained in:
Tim Graham 2019-02-01 08:32:42 -05:00
parent cea425e6eb
commit 951ee0b118

View File

@ -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.