Opened 6 years ago

Closed 6 years ago

#30157 closed Cleanup/optimization (fixed)

Drop support for Oracle 12.1

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 premier support for Oracle 12.1 (EE) is July 2018 and the end of extended support is July 2021. Therefore, Django 3.0 (released in December 2019) may set Oracle 12.2 as the minimum version that it supports (see SupportedDatabaseVersions).

Change History (4)

comment:1 by Mariusz Felisiak, 6 years ago

Owner: changed from nobody to Mariusz Felisiak
Status: newassigned

comment:2 by Tim Graham, 6 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 6 years ago

Has patch: set

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

Resolution: fixed
Status: assignedclosed

In 21bb71e:

Fixed #30157 -- Dropped support for Oracle 12.1.

Thanks Tim Graham for the review.

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