Opened 8 years ago

Closed 8 years ago

#26675 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 9.2/PostGIS 2.0

Reported by: Tim Graham Owned by: nobody
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 the upstream support period for PostgreSQL 9.2 is September 2017. As a consequence, Django 1.11 (released a few months earlier in April 2017) may set 9.3 as the minimum PostgreSQL version it officially supports.

Change History (3)

comment:1 by Tim Graham, 8 years ago

Has patch: set
Summary: Drop support for PostgreSQL 9.2Drop support for PostgreSQL 9.2/PostGIS 2.0

comment:2 by Simon Charette, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In bc84278:

Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.

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