#33717 closed Cleanup/optimization (fixed)

Drop support for PostgreSQL 11.

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 support for PostgreSQL 11 is November 2023. Therefore, Django 4.2 (released in April 2023) may set PostgreSQL 12 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (3)

comment:1 Changed 19 months ago by Carlton Gibson

Triage Stage: UnreviewedAccepted

comment:2 Changed 19 months ago by Mariusz Felisiak

Has patch: set

comment:3 Changed 19 months ago by GitHub <noreply@…>

Resolution: fixed
Status: assignedclosed

In 981c23c0:

Fixed #33717 -- Dropped support for PostgreSQL 11.

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