diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-10 23:08:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 23:08:19 +0200 |
| commit | 99e033694c54b5d0e2cfd796ce598cc1e6c9af4a (patch) | |
| tree | 109e1b5861dc5dcd6f336bb0f6ec477609718ee4 /docs/ref | |
| parent | 475f61f78bb50a46ed57f03da8fb442305ca4117 (diff) | |
[5.1.x] Refs #36646 -- Doc'd that oracledb < 3.3.0 is required.
Diffstat (limited to 'docs/ref')
| -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 b8dfcea2b7..a15094afa0 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -1000,7 +1000,7 @@ Oracle notes ============ Django supports `Oracle Database Server`_ versions 19c and higher. Version -1.3.2 or higher of the `oracledb`_ Python driver is required. +1.3.2 through 3.3.0 of the `oracledb`_ Python driver is required. .. deprecated:: 5.0 |
