diff options
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 ------------- |
