From ca1c3151c3df48f1fb2cd17df9cfe93800254665 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 10 May 2022 15:07:11 +0200 Subject: Removed versionadded/changed annotations for 4.0. --- docs/ref/contrib/postgres/expressions.txt | 2 -- docs/ref/contrib/postgres/indexes.txt | 4 ---- docs/ref/contrib/postgres/lookups.txt | 2 -- docs/ref/contrib/postgres/operations.txt | 2 -- docs/ref/contrib/postgres/search.txt | 4 ---- 5 files changed, 14 deletions(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/expressions.txt b/docs/ref/contrib/postgres/expressions.txt index 79590c2393..05d5096fee 100644 --- a/docs/ref/contrib/postgres/expressions.txt +++ b/docs/ref/contrib/postgres/expressions.txt @@ -13,8 +13,6 @@ These expressions are available from the .. class:: ArraySubquery(queryset) -.. versionadded:: 4.0 - ``ArraySubquery`` is a :class:`~django.db.models.Subquery` that uses the PostgreSQL ``ARRAY`` constructor to build a list of values from the queryset, which must use :meth:`.QuerySet.values` to return only a single column. diff --git a/docs/ref/contrib/postgres/indexes.txt b/docs/ref/contrib/postgres/indexes.txt index 88f55900bc..4e421502a4 100644 --- a/docs/ref/contrib/postgres/indexes.txt +++ b/docs/ref/contrib/postgres/indexes.txt @@ -178,10 +178,6 @@ available from the ``django.contrib.postgres.indexes`` module. creates an exclusion constraint on ``circle`` using ``circle_ops``. - .. versionchanged:: 4.0 - - Support for functional unique constraints was added. - .. versionchanged:: 4.1 Support for exclusion constraints was added. diff --git a/docs/ref/contrib/postgres/lookups.txt b/docs/ref/contrib/postgres/lookups.txt index d9f76318cc..83f21e8dc1 100644 --- a/docs/ref/contrib/postgres/lookups.txt +++ b/docs/ref/contrib/postgres/lookups.txt @@ -27,8 +27,6 @@ The ``trigram_similar`` lookup can be used on .. fieldlookup:: trigram_word_similar -.. versionadded:: 4.0 - The ``trigram_word_similar`` lookup allows you to perform trigram word similarity lookups using a dedicated PostgreSQL extension. It can be approximately understood as measuring the greatest number of trigrams shared diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt index b63598cb1b..46ba3300ae 100644 --- a/docs/ref/contrib/postgres/operations.txt +++ b/docs/ref/contrib/postgres/operations.txt @@ -186,8 +186,6 @@ database. Adding constraints without enforcing validation =============================================== -.. versionadded:: 4.0 - PostgreSQL supports the ``NOT VALID`` option with the ``ADD CONSTRAINT`` statement to add check constraints without enforcing validation on existing rows. This option is useful if you want to skip the potentially lengthy scan of diff --git a/docs/ref/contrib/postgres/search.txt b/docs/ref/contrib/postgres/search.txt index fa369670bb..e36f4028fe 100644 --- a/docs/ref/contrib/postgres/search.txt +++ b/docs/ref/contrib/postgres/search.txt @@ -318,8 +318,6 @@ Usage example:: ``TrigramWordSimilarity`` ------------------------- -.. versionadded:: 4.0 - .. class:: TrigramWordSimilarity(string, expression, **extra) Accepts a string or expression, and a field name or expression. Returns the @@ -358,8 +356,6 @@ Usage example:: ``TrigramWordDistance`` ----------------------- -.. versionadded:: 4.0 - .. class:: TrigramWordDistance(string, expression, **extra) Accepts a string or expression, and a field name or expression. Returns the -- cgit v1.3