summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-09-18 10:30:45 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2018-09-18 10:42:04 +0200
commit006ca978b9c754b29024b39a11df2e7728f7f317 (patch)
tree1a1e8689d85f75a8321701f3321653a5ad86f871 /docs
parentceae3069ec2f0fd9f53ae901a55b4f9c985a4e78 (diff)
[1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.
Backport of 7085247e2fd1ad8b08103173a23ca730784765a3 from stable/2.0.x
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 76ead1024e..f9372d030c 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -798,7 +798,7 @@ Oracle notes
============
Django supports `Oracle Database Server`_ versions 11.2 and higher. Version
-5.2 or higher of the `cx_Oracle`_ Python driver is required.
+5.2 through 6.4.1 of the `cx_Oracle`_ Python driver are supported.
.. _`Oracle Database Server`: https://www.oracle.com/
.. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/