From 80a5667c50d12b27a031a9ce0408a5b81bc4e684 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 9 Aug 2023 12:41:47 +0200 Subject: Refs #34233 -- Bumped required cx_Oracle to 8.3. This bumps minimum supported versions of cx_Oracle to the first release to support Python 3.10. --- docs/ref/databases.txt | 2 +- docs/releases/5.0.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 6e9cb63fda..d32ff7fd1b 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -919,7 +919,7 @@ To enable the JSON1 extension you can follow the instruction on Oracle notes ============ -Django supports `Oracle Database Server`_ versions 19c and higher. Version 7.0 +Django supports `Oracle Database Server`_ versions 19c and higher. Version 8.3 or higher of the `cx_Oracle`_ Python driver is required. .. _`Oracle Database Server`: https://www.oracle.com/ diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 8f15171d17..3e747f01de 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -571,6 +571,8 @@ Miscellaneous * The minimum supported version of SQLite is increased from 3.21.0 to 3.27.0. +* Support for ``cx_Oracle`` < 8.3 is removed. + .. _deprecated-features-5.0: Features deprecated in 5.0 -- cgit v1.3