diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-10-11 11:43:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-11 11:43:16 +0200 |
| commit | 52fec5d18f46febedd461c47f3829750a2a7160b (patch) | |
| tree | 691aa6f509abb8ede8e38d17c44673c4a668a196 /docs/ref/databases.txt | |
| parent | 1b49b792e9f0e6a5ae22f49f75586847e7e183bf (diff) | |
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
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 77e6236a72..16dd625267 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -731,7 +731,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. +6.0 or higher of the `cx_Oracle`_ Python driver is required. .. _`Oracle Database Server`: https://www.oracle.com/ .. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/ |
