mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30885 -- Dropped support for MariaDB 10.1.
This commit is contained in:
committed by
Carlton Gibson
parent
1c5ec221a4
commit
187a64608d
@@ -224,6 +224,12 @@ backends.
|
||||
* ``DatabaseOperations.fetch_returned_insert_columns()`` now requires an
|
||||
additional ``returning_params`` argument.
|
||||
|
||||
Dropped support for MariaDB 10.1
|
||||
--------------------------------
|
||||
|
||||
Upstream support for MariaDB 10.1 ends in October 2020. Django 3.1 supports
|
||||
MariaDB 10.2 and higher.
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user