Opened 4 years ago

Closed 4 years ago

#31579 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 9.5 and PostGIS 2.2.

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 upstream support for PostgreSQL 9.5 is February 2021. Therefore, Django 3.2 (released in April 2021) may set PostgreSQL 9.6 as the minimum version that it supports. Also drop support for PostGIS 2.2 since it isn't recommended with PostgreSQL 9.6.

Change History (2)

comment:1 by Mariusz Felisiak, 4 years ago

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In e536fa5:

Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.

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