From 4c5236ef93db714b63eedcc5a162631a6ca1def9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 4 May 2020 12:29:31 +0200 Subject: Removed versionadded/changed annotations for 3.0. --- docs/ref/contrib/postgres/constraints.txt | 2 -- docs/ref/contrib/postgres/fields.txt | 4 ---- docs/ref/contrib/postgres/operations.txt | 2 -- 3 files changed, 8 deletions(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt index 8b82221ebd..f90667c394 100644 --- a/docs/ref/contrib/postgres/constraints.txt +++ b/docs/ref/contrib/postgres/constraints.txt @@ -12,8 +12,6 @@ PostgreSQL supports additional data integrity constraints available from the ``ExclusionConstraint`` ======================= -.. versionadded:: 3.0 - .. class:: ExclusionConstraint(*, name, expressions, index_type=None, condition=None, deferrable=None) Creates an exclusion constraint in the database. Internally, PostgreSQL diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index aeacc72e7c..b5df103206 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -889,8 +889,6 @@ types. Range operators --------------- -.. versionadded:: 3.0 - .. class:: RangeOperators PostgreSQL provides a set of SQL operators that can be used together with the @@ -917,8 +915,6 @@ corresponding lookups. RangeBoundary() expressions --------------------------- -.. versionadded:: 3.0 - .. class:: RangeBoundary(inclusive_lower=True, inclusive_upper=False) .. attribute:: inclusive_lower diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt index 620e5db8b7..b7dc0726e7 100644 --- a/docs/ref/contrib/postgres/operations.txt +++ b/docs/ref/contrib/postgres/operations.txt @@ -111,8 +111,6 @@ run the query ``CREATE EXTENSION IF NOT EXISTS hstore;``. Index concurrent operations =========================== -.. versionadded:: 3.0 - PostgreSQL supports the ``CONCURRENTLY`` option to ``CREATE INDEX`` and ``DROP INDEX`` statements to add and remove indexes without locking out writes. This option is useful for adding or removing an index in a live production -- cgit v1.3