Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ref/databases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ Oracle notes
============

Django supports `Oracle Database Server`_ versions 19c and higher. Version
2.3.0 or higher of the `oracledb`_ Python driver is required.
4.0.2 or higher of the `oracledb`_ Python driver is required.

.. _`Oracle Database Server`: https://www.oracle.com/
.. _`oracledb`: https://oracle.github.io/python-oracledb/
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/6.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ Miscellaneous
* The minimum supported version of ``asgiref`` is increased from 3.9.1 to
3.12.1.

* The minimum supported version of ``oracledb`` is increased from 2.3.0 to
4.0.2.

* In the asynchronous request path, error responses (such as those rendered by
``handler404`` and ``handler500``) are now rendered on the request's
thread-sensitive thread, rather than on a shared thread pool, so that
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/oracle.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
oracledb >= 2.3.0
oracledb >= 4.0.2
Loading