Skip to content

Commit 99e0336

Browse files
authored
[5.1.x] Refs #36646 -- Doc'd that oracledb < 3.3.0 is required.
1 parent 475f61f commit 99e0336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ref/databases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Oracle notes
10001000
============
10011001

10021002
Django supports `Oracle Database Server`_ versions 19c and higher. Version
1003-
1.3.2 or higher of the `oracledb`_ Python driver is required.
1003+
1.3.2 through 3.3.0 of the `oracledb`_ Python driver is required.
10041004

10051005
.. deprecated:: 5.0
10061006

tests/requirements/oracle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
oracledb >= 1.3.2
1+
oracledb >= 1.3.2, < 3.4.0

0 commit comments

Comments
 (0)