[2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.

This commit is contained in:
Mariusz Felisiak 2020-06-30 09:47:50 +02:00 committed by GitHub
parent 9ecce34afe
commit fc2a3682f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -1 +1 @@
cx_oracle >= 6.0
cx_oracle >= 6.0, < 8