Opened 6 weeks ago

Closed 12 days ago

#36624 closed Cleanup/optimization (fixed)

Drop support for MySQL < 8.4.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Mariusz Felisiak Triage Stage: Ready for checkin
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 MySQL 8.0 is April 2026. Moreover MySQL 8.1, 8.2, and 8.4 are short-term innovation releases. Therefore, Django 6.1 (released in August 2026) may set MySQL 8.4 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (4)

comment:1 by Jacob Walls, 6 weeks ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 13 days ago

Has patch: set

comment:3 by Jacob Walls, 12 days ago

Triage Stage: AcceptedReady for checkin

comment:4 by GitHub <noreply@…>, 12 days ago

Resolution: fixed
Status: assignedclosed

In c87daab:

Fixed #36624 -- Dropped support for MySQL < 8.4.

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