summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt12
-rw-r--r--docs/releases/1.11.txt2
2 files changed, 3 insertions, 11 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 65368ee27e..51feceea04 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -731,17 +731,7 @@ 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.
-
-Note that due to a Unicode-corruption bug in ``cx_Oracle`` 5.0, that
-version of the driver should **not** be used with Django;
-``cx_Oracle`` 5.0.1 resolved this issue, so if you'd like to use a
-more recent ``cx_Oracle``, use version 5.0.1.
-
-``cx_Oracle`` 5.0.1 or greater can optionally be compiled with the
-``WITH_UNICODE`` environment variable. This is recommended but not
-required.
+5.2 or higher of the `cx_Oracle`_ Python driver is required.
.. _`Oracle Database Server`: http://www.oracle.com/
.. _`cx_Oracle`: http://cx-oracle.sourceforge.net/
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index a895f40c5f..33429a21b5 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -698,6 +698,8 @@ Miscellaneous
leaves ``request.POST`` immutable. If you're modifying that ``QueryDict``,
you must now first copy it, e.g. ``request.POST.copy()``.
+* Support for ``cx_Oracle`` < 5.2 is removed.
+
.. _deprecated-features-1.11:
Features deprecated in 1.11