[2.0.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.

This commit is contained in:
Mariusz Felisiak 2018-09-18 10:30:45 +02:00 committed by GitHub
parent fd3ad043a1
commit 7085247e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -746,7 +746,7 @@ Oracle notes
============
Django supports `Oracle Database Server`_ versions 12.1 and higher. Version
5.2 or higher of the `cx_Oracle`_ Python driver is required.
5.2 through 6.4.1 of the `cx_Oracle`_ Python driver are supported.
.. _`Oracle Database Server`: https://www.oracle.com/
.. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/

View File

@ -1 +1 @@
cx_oracle
cx_oracle < 7