Opened 5 weeks ago

Closed 2 weeks ago

#36105 closed Cleanup/optimization (fixed)

Drop support for MariaDB 10.5.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: mariadb
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.5 is 24 June 2025. Therefore, Django 6.0 (released in December 2025) may set MariaDB 10.6 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (3)

comment:1 by Sarah Boyce, 5 weeks ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 weeks ago

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In 17160819:

Fixed #36105 -- Dropped support for MariaDB 10.5.

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