diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-05-18 08:38:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 08:38:08 +0200 |
| commit | 19297de2fe5a9c47e471c64249366f39fe12f16a (patch) | |
| tree | 207f9178810be4185758d9d90e81608f46cf9b25 /docs/ref/databases.txt | |
| parent | 2cec020f5bc462954d902bdad1a5955852cecff6 (diff) | |
Fixed #33713 -- Dropped support for MariaDB 10.3.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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. |
