diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-22 11:57:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 11:57:54 +0200 |
| commit | 221b2f85febcf68629fc3a4007dc7edb5a305b91 (patch) | |
| tree | dc9c8a156758abb9f468ea31ccc627a584ebb208 /docs/ref/databases.txt | |
| parent | 2f144323756fc6f8517e357c540f3570356d9eba (diff) | |
Fixed #33129 -- Dropped support for MariaDB 10.2.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index d78d2c97d3..acfed4866a 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -328,7 +328,7 @@ non-durable <https://www.postgresql.org/docs/current/non-durability.html>`_. MariaDB notes ============= -Django supports MariaDB 10.2 and higher. +Django supports MariaDB 10.3 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. @@ -683,7 +683,7 @@ a :exc:`~django.db.NotSupportedError` is raised. Option MariaDB MySQL =============== ========= ========== ``SKIP LOCKED`` X (≥10.6) X (≥8.0.1) -``NOWAIT`` X (≥10.3) X (≥8.0.1) +``NOWAIT`` X X (≥8.0.1) ``OF`` X (≥8.0.1) ``NO KEY`` =============== ========= ========== |
