Opened 5 years ago

Closed 5 years ago

#30155 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 9.4 and PostGIS 2.1

Reported by: Tim Graham Owned by: Tim Graham
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 upstream support for PostgreSQL 9.4 is December 2019. Therefore, Django 3.0 (released in December 2019) may set PostgreSQL 9.5 as the minimum version that it supports. Also drop support for PostGIS 2.1 since it isn't supported on PostgreSQL 9.5.

Change History (2)

comment:1 by Tim Graham, 5 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 39ebdf5a:

Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.

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