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 | |
| parent | 2cec020f5bc462954d902bdad1a5955852cecff6 (diff) | |
Fixed #33713 -- Dropped support for MariaDB 10.3.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 2 | ||||
| -rw-r--r-- | docs/releases/4.2.txt | 6 |
2 files changed, 7 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. 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 ------------- |
