From 7085247e2fd1ad8b08103173a23ca730784765a3 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 18 Sep 2018 10:30:45 +0200 Subject: [2.0.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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/ -- cgit v1.3