Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#33129 closed Cleanup/optimization (fixed)

Drop support for MariaDB 10.2.

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 May 2022. Therefore, Django 4.1 (released in August 2022) may set MariaDB 10.3 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (4)

comment:1 by Mariusz Felisiak, 3 years ago

Has patch: set

comment:2 by Carlton Gibson, 3 years ago

Triage Stage: UnreviewedAccepted

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

Resolution: fixed
Status: assignedclosed

In 221b2f85:

Fixed #33129 -- Dropped support for MariaDB 10.2.

comment:4 by Carlton Gibson <carlton@…>, 3 years ago

In 25cbd1e6:

Refs #33129 -- Added missing return statement.

Thanks to Claude Paroz for spotting it.

Regression in 221b2f85febcf68629fc3a4007dc7edb5a305b91.

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