[2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.
This commit is contained in:
parent
9ecce34afe
commit
fc2a3682f6
|
@ -768,7 +768,7 @@ Oracle notes
|
|||
============
|
||||
|
||||
Django supports `Oracle Database Server`_ versions 12.1 and higher. Version
|
||||
6.0 or higher of the `cx_Oracle`_ Python driver is required.
|
||||
6.0 through 7.3 of the `cx_Oracle`_ Python driver is required.
|
||||
|
||||
.. _`Oracle Database Server`: https://www.oracle.com/
|
||||
.. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/
|
||||
|
|
|
@ -1 +1 @@
|
|||
cx_oracle >= 6.0
|
||||
cx_oracle >= 6.0, < 8
|
||||
|
|
Loading…
Reference in New Issue