summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 83f044693c..19af564100 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1105,8 +1105,6 @@ Example of a full DSN string::
Connection pool
---------------
-.. versionadded:: 5.2
-
To use a connection pool with `oracledb`_, set ``"pool"`` to ``True`` in the
:setting:`OPTIONS` part of your database configuration. This uses the driver's
`create_pool()`_ default values::