summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-19 15:06:05 +0200
committerGitHub <noreply@github.com>2023-09-19 15:06:05 +0200
commit3623a0c0798f941da4d951c912b2c9057c1a3fd3 (patch)
treec9f50e4af4e2d37ed828c0ce752220419141761a /docs/ref/databases.txt
parent7c1cf585e80114b6e531b40bd2954406d033afe3 (diff)
Fixed #34850 -- Dropped support for MariaDB 10.4.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index a4c93be076..62f82974b0 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -387,7 +387,7 @@ non-durable <https://www.postgresql.org/docs/current/non-durability.html>`_.
MariaDB notes
=============
-Django supports MariaDB 10.4 and higher.
+Django supports MariaDB 10.5 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.