Opened 2 years ago

Closed 22 months ago

#33718 closed Cleanup/optimization (fixed)

Drop support for MySQL 5.7.

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 MySQL 5.7 is October 2023. Therefore, Django 4.2 (released in April 2023) may set MySQL 8 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (3)

comment:1 by Carlton Gibson, 2 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 22 months ago

Has patch: set
Version: 4.0dev

comment:3 by GitHub <noreply@…>, 22 months ago

Resolution: fixed
Status: assignedclosed

In eb3699ea:

Fixed #33718 -- Dropped support for MySQL 5.7.

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