diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-29 12:45:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-29 12:45:25 -0500 |
| commit | fae56427e1987ff8c8bd24d6331007f9c53e7abc (patch) | |
| tree | 803b52b29d67667f56689d63f0aa093dcadd3c8c /docs/ref/databases.txt | |
| parent | 5eff8a77838540b27b6bef024dfccfd76008fd4c (diff) | |
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b
and dcf3be7a621f011a918453527406216a738acf68.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 12 |
1 files changed, 1 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/ |
