summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-12-12 17:56:14 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 22:28:37 +0100
commitb4bc393b23dd2a222a3ca52b5d44ec33499c789f (patch)
treeaddb335ec4a402e7f4fb15b0d1390ff8688cdfa1 /docs/ref/databases.txt
parent0a0f9b4acce5534c1e1da145f80856f5e6b78768 (diff)
Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 0 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/