Opened 4 months ago

Closed 3 days ago

Last modified 3 days ago

#37114 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 15 and PostGIS 3.2.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: postgresql
Cc: 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 PostgreSQL 15 is November 2027. Therefore, Django 6.2 (released in April 2027) may set PostgreSQL 16 as the minimum version that it supports (see SupportedDatabaseVersions). Also drop support for PostGIS 3.2.

Change History (6)

comment:1 by Jacob Walls, 4 months ago

Triage Stage: UnreviewedAccepted

comment:2 by Md. Saikat Islam, 2 weeks ago

There hasn't been a patch for this issue in the past four months. I'd like to take it and work on a patch.

in reply to:  2 comment:3 by Mariusz Felisiak, 2 weeks ago

Replying to Md. Saikat Islam:

There hasn't been a patch for this issue in the past four months. I'd like to take it and work on a patch.

You cannot take there is CI to update etc. I will try to work on in upcoming weeks.

comment:4 by Mariusz Felisiak, 9 days ago

Has patch: set

comment:5 by Jacob Walls <jacobtylerwalls@…>, 3 days ago

Resolution: fixed
Status: assignedclosed

In 446d9cf:

Fixed #37114 -- Dropped support for PostgreSQL 15 and PostGIS 3.2.

comment:6 by Jacob Walls, 3 days ago

Triage Stage: AcceptedReady for checkin
Note: See TracTickets for help on using tickets.
Back to Top