Opened 6 years ago
Closed 6 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.
Note:
See TracTickets
for help on using tickets.
PR