Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#34851 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 12 and PostGIS 2.5

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 PostgreSQL 12 is November 2024. Therefore, Django 5.1 (released in August 2024) may set PostgreSQL 13 as the minimum version that it supports (see SupportedDatabaseVersions). Also drop support for PostGIS 2.5.

Change History (4)

comment:1 by David Sanders, 12 months ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 12 months ago

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In 2c6ebb65:

Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.

comment:4 by GitHub <noreply@…>, 12 months ago

In cfe2754:

Refs #34851 -- Used PostgreSQL 13 for selenium tests.

Follow up to 2c6ebb65c9eb6b11347d907127b82d31e04569e5.

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