Opened 3 weeks ago

Closed 3 weeks ago

#35479 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 13 and PostGIS 3.0.

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

Change History (4)

comment:1 by Mariusz Felisiak, 3 weeks ago

Has patch: set

comment:2 by Sarah Boyce, 3 weeks ago

Triage Stage: UnreviewedAccepted

comment:3 by Sarah Boyce, 3 weeks ago

Triage Stage: AcceptedReady for checkin

comment:4 by Sarah Boyce <42296566+sarahboyce@…>, 3 weeks ago

Resolution: fixed
Status: assignedclosed

In b049bec:

Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.

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