mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #33713 -- Dropped support for MariaDB 10.3.
This commit is contained in:
parent
2cec020f5b
commit
19297de2fe
5 changed files with 17 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue