1
0
mirror of https://github.com/django/django.git synced 2025-07-21 10:09:14 +00:00

[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
This commit is contained in:
Mariusz Felisiak 2017-03-11 21:46:50 +01:00
parent 4b5aec3b0b
commit 998bc0ced2
2 changed files with 4 additions and 4 deletions

View File

@ -701,9 +701,9 @@ you add quotes where necessary before copying a query into an SQLite shell.
Oracle notes Oracle notes
============ ============
Django supports `Oracle Database Server`_ versions 11.1 and higher. Version Django supports `Oracle Database Server`_ versions 11.1 and higher. Versions
4.3.1 or higher of the `cx_Oracle`_ Python driver is required, although we 4.3.1 through 5.2.1 of the `cx_Oracle`_ Python driver are supported, although
recommend version 5.1.3 or later as these versions support Python 3. 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 Note that due to a Unicode-corruption bug in ``cx_Oracle`` 5.0, that
version of the driver should **not** be used with Django; version of the driver should **not** be used with Django;

View File

@ -1 +1 @@
cx_oracle cx_oracle < 5.3