From 221b2f85febcf68629fc3a4007dc7edb5a305b91 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 22 Sep 2021 11:57:54 +0200 Subject: Fixed #33129 -- Dropped support for MariaDB 10.2. --- docs/ref/databases.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/databases.txt') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index d78d2c97d3..acfed4866a 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -328,7 +328,7 @@ non-durable `_. MariaDB notes ============= -Django supports MariaDB 10.2 and higher. +Django supports MariaDB 10.3 and higher. To use MariaDB, use the MySQL backend, which is shared between the two. See the :ref:`MySQL notes ` for more details. @@ -683,7 +683,7 @@ a :exc:`~django.db.NotSupportedError` is raised. Option MariaDB MySQL =============== ========= ========== ``SKIP LOCKED`` X (≥10.6) X (≥8.0.1) -``NOWAIT`` X (≥10.3) X (≥8.0.1) +``NOWAIT`` X X (≥8.0.1) ``OF`` X (≥8.0.1) ``NO KEY`` =============== ========= ========== -- cgit v1.3