From 187a64608d2a207dfc12fdd6816526e9550069b7 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 16 Oct 2019 12:58:05 +0200 Subject: Fixed #30885 -- Dropped support for MariaDB 10.1. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 3b23a9dd51..1667e911e2 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -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 ` for more details. -- cgit v1.3