summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-11 21:46:50 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-11 22:03:43 +0100
commitf05219a9d389ebf4c5ba8fc191498ecbcf5eac74 (patch)
treed7fc061e542e8878c5179f58cefdeaeecaf8dad7 /docs/ref
parentb9ad6b645d16c9bd50cc0546111c7c68cbc0ca54 (diff)
[1.9.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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 9c726697d5..7a1844bf8b 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -722,9 +722,9 @@ rather than a list. SQLite does not support this.
Oracle notes
============
-Django supports `Oracle Database Server`_ versions 11.2 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.2 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;