Opened 7 years ago

Closed 7 years ago

#28626 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 9.3

Reported by: Tim Graham Owned by: nobody
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.3 is September 2018. Therefore, Django 2.1 (released a month earlier in August 2018) may set PostgreSQL 9.4 as the minimum version that it supports.

Change History (2)

comment:1 by Tim Graham, 7 years ago

Has patch: set

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

Resolution: fixed
Status: newclosed

In 1d8cfa3:

Fixed #28626 -- Dropped support for PostgreSQL 9.3.

Thanks Simon Charette for the introspection changes.

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