Opened 2 years ago

Closed 2 years ago

#33675 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 10 and PostGIS 2.4.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 4.0
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 upstream support for PostgreSQL 10 is November 2022. Therefore, Django 4.1 (released in August 2022) may set PostgreSQL 11 as the minimum version that it supports. Also drop support for PostGIS 2.4.

See SupportedDatabaseVersions.

Change History (3)

comment:1 by Carlton Gibson, 2 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 years ago

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In 37470bbd:

Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.

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