From 19297de2fe5a9c47e471c64249366f39fe12f16a Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 18 May 2022 08:38:08 +0200 Subject: Fixed #33713 -- Dropped support for MariaDB 10.3. --- docs/ref/databases.txt | 2 +- docs/releases/4.2.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 1d4c14ab96..a80c10e8f6 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -339,7 +339,7 @@ non-durable `_. MariaDB notes ============= -Django supports MariaDB 10.3 and higher. +Django supports MariaDB 10.4 and higher. To use MariaDB, use the MySQL backend, which is shared between the two. See the :ref:`MySQL notes ` for more details. diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 0b698360fb..9c16ae870e 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -223,6 +223,12 @@ backends. * ... +Dropped support for MariaDB 10.3 +-------------------------------- + +Upstream support for MariaDB 10.3 ends in May 2023. Django 4.2 supports MariaDB +10.4 and higher. + Miscellaneous ------------- -- cgit v1.3