Opened 2 years ago

Closed 2 years ago

#34850 closed Cleanup/optimization (fixed)

Drop support for MariaDB 10.4.

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.4 is 18 June 2024. Therefore, Django 5.1 (released in August 2024) may set MariaDB 10.5 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (3)

comment:1 by David Sanders, 2 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 years ago

Has patch: set

comment:3 by GitHub <noreply@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In 3623a0c:

Fixed #34850 -- Dropped support for MariaDB 10.4.

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