mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.
This commit is contained in:
parent
9ecce34afe
commit
fc2a3682f6
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue