Opened 4 years ago

Closed 4 years ago

#32357 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 9.6 and PostGIS 2.3.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 4.0
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.6 is November 2021. Therefore, Django 4.0 (released in December 2021) may set PostgreSQL 10 as the minimum version that it supports. Also drop support for PostGIS 2.3 since it isn't recommended with PostgreSQL 10.

Change History (4)

comment:1 by Mariusz Felisiak, 4 years ago

Has patch: set

comment:2 by David Smith, 4 years ago

Should the policy for removing support be consistent? For example Python support we are looking ahead to 4.2, should the same arguments (both for and against) also apply here?

I'm not taking a view here either way, it's just the inconsistency that I'm challenging.

in reply to:  2 comment:3 by Mariusz Felisiak, 4 years ago

Replying to David Smith:

Should the policy for removing support be consistent? For example Python support we are looking ahead to 4.2, should the same arguments (both for and against) also apply here?

I'm not taking a view here either way, it's just the inconsistency that I'm challenging.

We have a special policy about Python version support, in other cases (e.g. databases) we drop support immediately when they are no longer supported by creators. You can start a discussion on DevelopersMailingList if you think we should change it.

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

Resolution: fixed
Status: assignedclosed

In 5371342e:

Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.

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