summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-12-12 16:17:09 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 22:28:37 +0100
commit810edfd7428e12bd640573112c6c1a024ac33da2 (patch)
treec6dd06c80384f51aa373dfff5e0285d753a8830f /docs/ref/databases.txt
parent9b5ad4056ccf9ff7ea548f72d28eb66c1b4f84cc (diff)
Removed versionadded/changed annotations for 5.1.
This also removes remaining versionadded/changed annotations for older versions.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index d19c78b9ec..b3c429d8a2 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -250,8 +250,6 @@ database configuration in :setting:`DATABASES`::
Connection pool
---------------
-.. versionadded:: 5.1
-
To use a connection pool with `psycopg`_, you can either set ``"pool"`` in the
:setting:`OPTIONS` part of your database configuration in :setting:`DATABASES`
to be a dict to be passed to :class:`~psycopg:psycopg_pool.ConnectionPool`, or
@@ -898,8 +896,6 @@ If you're getting this error, you can solve it by:
Transactions behavior
~~~~~~~~~~~~~~~~~~~~~
-.. versionadded:: 5.1
-
SQLite supports three transaction modes: ``DEFERRED``, ``IMMEDIATE``, and
``EXCLUSIVE``.
@@ -969,8 +965,6 @@ To enable the JSON1 extension you can follow the instruction on
Setting pragma options
----------------------
-.. versionadded:: 5.1
-
`Pragma options`_ can be set upon connection by using the ``init_command`` in
the :setting:`OPTIONS` part of your database configuration in
:setting:`DATABASES`. The example below shows how to enable extra durability of