Fixed #33713 -- Dropped support for MariaDB 10.3.

This commit is contained in:
Mariusz Felisiak 2022-05-18 08:38:08 +02:00 committed by GitHub
parent 2cec020f5b
commit 19297de2fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 14 deletions

View file

@ -339,7 +339,7 @@ non-durable <https://www.postgresql.org/docs/current/non-durability.html>`_.
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 <mysql-notes>` for more details.