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.
Note:
See TracTickets
for help on using tickets.
PR