We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475f61f commit 99e0336Copy full SHA for 99e0336
docs/ref/databases.txt
@@ -1000,7 +1000,7 @@ Oracle notes
1000
============
1001
1002
Django supports `Oracle Database Server`_ versions 19c and higher. Version
1003
-1.3.2 or higher of the `oracledb`_ Python driver is required.
+1.3.2 through 3.3.0 of the `oracledb`_ Python driver is required.
1004
1005
.. deprecated:: 5.0
1006
tests/requirements/oracle.txt
@@ -1 +1 @@
1
-oracledb >= 1.3.2
+oracledb >= 1.3.2, < 3.4.0
0 commit comments