summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-30 09:47:50 +0200
committerGitHub <noreply@github.com>2020-06-30 09:47:50 +0200
commitfc2a3682f64e735321c5db85535a84207060e3da (patch)
tree0c748102479b7ff4f641e64f39b1e082d9df3e2b /docs
parent9ecce34afe7ca2932bec0dfadd4c68b3f5e1fb4b (diff)
[2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index a511b5828e..03085eab52 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -768,7 +768,7 @@ Oracle notes
============
Django supports `Oracle Database Server`_ versions 12.1 and higher. Version
-6.0 or higher of the `cx_Oracle`_ Python driver is required.
+6.0 through 7.3 of the `cx_Oracle`_ Python driver is required.
.. _`Oracle Database Server`: https://www.oracle.com/
.. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/