summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-11 09:57:44 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-18 22:12:40 +0200
commit295467c04ab4c26a1a9d3798b1e941003fa116cf (patch)
treeeac57d86bd2c1664b63d17a4325cfffbf720ae44 /docs/ref/databases.txt
parent590a31eb105292510ce94adebc85d691b30f49ca (diff)
Removed versionadded/changed annotations for 4.2.
This also removes remaining versionadded/changed annotations for older versions.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index f859f51377..a4c93be076 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -122,10 +122,6 @@ Django supports PostgreSQL 12 and higher. `psycopg`_ 3.1.8+ or `psycopg2`_
Support for ``psycopg2`` is likely to be deprecated and removed at some
point in the future.
-.. versionchanged:: 4.2
-
- Support for ``psycopg`` 3.1.8+ was added.
-
.. _postgresql-connection-settings:
PostgreSQL connection settings
@@ -223,17 +219,11 @@ configuration in :setting:`DATABASES`::
.. _isolation level: https://www.postgresql.org/docs/current/transaction-iso.html
-.. versionchanged:: 4.2
-
- ``IsolationLevel`` was added.
-
.. _database-role:
Role
----
-.. versionadded:: 4.2
-
If you need to use a different role for database connections than the role use
to establish the connection, set it in the :setting:`OPTIONS` part of your
database configuration in :setting:`DATABASES`::
@@ -253,8 +243,6 @@ database configuration in :setting:`DATABASES`::
Server-side parameters binding
------------------------------
-.. versionadded:: 4.2
-
With `psycopg`_ 3.1.8+, Django defaults to the :ref:`client-side binding
cursors <psycopg:client-side-binding-cursors>`. If you want to use the
:ref:`server-side binding <psycopg:server-side-binding>` set it in the