From 998bc0ced2980e677c05b180047e642f121d8e30 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 11 Mar 2017 21:46:50 +0100 Subject: [PATCH] [1.8.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required. Thanks Tim Graham for the review. Backport of 46d602dcea624bef3fb6e1dbf71378d837c0957b from stable/1.10.x --- docs/ref/databases.txt | 6 +++--- tests/requirements/oracle.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 29ac9dd1c0..b9e1558bbc 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -701,9 +701,9 @@ you add quotes where necessary before copying a query into an SQLite shell. Oracle notes ============ -Django supports `Oracle Database Server`_ versions 11.1 and higher. Version -4.3.1 or higher of the `cx_Oracle`_ Python driver is required, although we -recommend version 5.1.3 or later as these versions support Python 3. +Django supports `Oracle Database Server`_ versions 11.1 and higher. Versions +4.3.1 through 5.2.1 of the `cx_Oracle`_ Python driver are supported, although +5.1.3 or later is recommended as these versions support Python 3. Note that due to a Unicode-corruption bug in ``cx_Oracle`` 5.0, that version of the driver should **not** be used with Django; diff --git a/tests/requirements/oracle.txt b/tests/requirements/oracle.txt index ae5b7349cd..7fc059efdd 100644 --- a/tests/requirements/oracle.txt +++ b/tests/requirements/oracle.txt @@ -1 +1 @@ -cx_oracle +cx_oracle < 5.3