Refs #32390 -- Bumped required cx_Oracle to 7.0.

This commit is contained in:
Mariusz Felisiak 2021-01-29 13:07:05 +01:00
parent 84283ab9cd
commit f39634ff22
4 changed files with 5 additions and 7 deletions

View file

@ -842,7 +842,7 @@ To enable the JSON1 extension you can follow the instruction on
Oracle notes
============
Django supports `Oracle Database Server`_ versions 19c and higher. Version 6.0
Django supports `Oracle Database Server`_ versions 19c and higher. Version 7.0
or higher of the `cx_Oracle`_ Python driver is required.
.. _`Oracle Database Server`: https://www.oracle.com/

View file

@ -251,7 +251,7 @@ officially supports Oracle 19c.
Miscellaneous
-------------
* ...
* Support for ``cx_Oracle`` < 7.0 is removed.
.. _deprecated-features-4.0: