diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 17:56:14 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | b4bc393b23dd2a222a3ca52b5d44ec33499c789f (patch) | |
| tree | addb335ec4a402e7f4fb15b0d1390ff8688cdfa1 /docs | |
| parent | 0a0f9b4acce5534c1e1da145f80856f5e6b78768 (diff) | |
Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 4 | ||||
| -rw-r--r-- | docs/releases/6.0.txt | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index b3c429d8a2..217be19728 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -990,10 +990,6 @@ Oracle notes Django supports `Oracle Database Server`_ versions 19c and higher. Version 2.3.0 or higher of the `oracledb`_ Python driver is required. -.. deprecated:: 5.0 - - Support for ``cx_Oracle`` is deprecated. - .. _`Oracle Database Server`: https://www.oracle.com/ .. _`oracledb`: https://oracle.github.io/python-oracledb/ diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index d985e14679..8708e4495a 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -281,6 +281,8 @@ to remove usage of these features. * The ``ForeignObject.get_reverse_joining_columns()`` method is be removed. +* Support for ``cx_Oracle`` is removed. + See :ref:`deprecated-features-5.1` for details on these changes, including how to remove usage of these features. |
