diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-08-09 12:41:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 12:41:47 +0200 |
| commit | 80a5667c50d12b27a031a9ce0408a5b81bc4e684 (patch) | |
| tree | 24cf7a632a14d13fb6c187795939b4e85471ed0f /docs/ref/databases.txt | |
| parent | 439242c5943e16dd5a3a68fadac76e5e723eb323 (diff) | |
Refs #34233 -- Bumped required cx_Oracle to 8.3.
This bumps minimum supported versions of cx_Oracle to the first release
to support Python 3.10.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 6e9cb63fda..d32ff7fd1b 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -919,7 +919,7 @@ To enable the JSON1 extension you can follow the instruction on Oracle notes ============ -Django supports `Oracle Database Server`_ versions 19c and higher. Version 7.0 +Django supports `Oracle Database Server`_ versions 19c and higher. Version 8.3 or higher of the `cx_Oracle`_ Python driver is required. .. _`Oracle Database Server`: https://www.oracle.com/ |
