Opened 2 months ago

Closed 2 months ago

Last modified 2 months ago

#36623 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 14 and PostGIS 3.1.

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 PostgreSQL 14 is November 2026. Therefore, Django 6.1 (released in August 2026) may set PostgreSQL 15 as the minimum version that it supports (see SupportedDatabaseVersions). Also drop support for PostGIS 3.1.

Change History (5)

comment:1 by Jacob Walls, 2 months ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 months ago

Has patch: set

comment:3 by Jacob Walls <jacobtylerwalls@…>, 2 months ago

Resolution: fixed
Status: assignedclosed

In 5bd77570:

Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.

comment:4 by Jacob Walls <jacobtylerwalls@…>, 2 months ago

In 6e328740:

Refs #36623 -- Confirmed support for PostGIS 3.6.

comment:5 by Jacob Walls, 2 months ago

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