[1.10.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required.
Thanks Tim Graham for the review.
This commit is contained in:
parent
c4b8c46345
commit
46d602dcea
|
@ -720,9 +720,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;
|
||||
|
|
|
@ -1 +1 @@
|
|||
cx_oracle
|
||||
cx_oracle < 5.3
|
||||
|
|
Loading…
Reference in New Issue