Opened 5 years ago

Closed 5 years ago

#30885 closed Cleanup/optimization (fixed)

Drop support for MariaDB 10.1.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The end of support for MariaDB 10.1 is October 2020. Therefore, Django 3.1 (released in August 2020) may set MariaDB 10.2 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (2)

comment:1 by Mariusz Felisiak, 5 years ago

Has patch: set

comment:2 by Carlton Gibson <carlton@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 187a6460:

Fixed #30885 -- Dropped support for MariaDB 10.1.

Note: See TracTickets for help on using tickets.
Back to Top