summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-10-11 11:43:16 +0200
committerGitHub <noreply@github.com>2018-10-11 11:43:16 +0200
commit52fec5d18f46febedd461c47f3829750a2a7160b (patch)
tree691aa6f509abb8ede8e38d17c44673c4a668a196 /docs
parent1b49b792e9f0e6a5ae22f49f75586847e7e183bf (diff)
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/releases/2.2.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 77e6236a72..16dd625267 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -731,7 +731,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.
+6.0 or higher of the `cx_Oracle`_ Python driver is required.
.. _`Oracle Database Server`: https://www.oracle.com/
.. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 19c98639d8..8f5409e1d1 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -302,6 +302,8 @@ Miscellaneous
of a bytestring, and :func:`django.utils.http.urlsafe_base64_decode` may no
longer be passed a bytestring.
+* Support for ``cx_Oracle`` < 6.0 is removed.
+
.. _deprecated-features-2.2:
Features deprecated in 2.2