summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-09-18 10:30:45 +0200
committerGitHub <noreply@github.com>2018-09-18 10:30:45 +0200
commit7085247e2fd1ad8b08103173a23ca730784765a3 (patch)
tree6d9df3a1db7a28366eaa1e8445f275e0e6e7d081
parentfd3ad043a13ba2dcff89b954f2a3cde6514b08ad (diff)
downloaddjango-7085247e2fd1ad8b08103173a23ca730784765a3.tar.gz
[2.0.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--tests/requirements/oracle.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 9f1deb96d1..0af627a5c4 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -746,7 +746,7 @@ Oracle notes
============
Django supports `Oracle Database Server`_ versions 12.1 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/
diff --git a/tests/requirements/oracle.txt b/tests/requirements/oracle.txt
index ae5b7349cd..9a279612fd 100644
--- a/tests/requirements/oracle.txt
+++ b/tests/requirements/oracle.txt
@@ -1 +1 @@
-cx_oracle
+cx_oracle < 7