Fixed #30885 -- Dropped support for MariaDB 10.1.

This commit is contained in:
Mariusz Felisiak 2019-10-16 12:58:05 +02:00 committed by Carlton Gibson
parent 1c5ec221a4
commit 187a64608d
3 changed files with 8 additions and 2 deletions

View file

@ -286,7 +286,7 @@ MariaDB notes
.. versionadded:: 3.0
Django supports MariaDB 10.1 and higher.
Django supports MariaDB 10.2 and higher.
To use MariaDB, use the MySQL backend, which is shared between the two. See the
:ref:`MySQL notes <mysql-notes>` for more details.