mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Removed versionadded/changed annotations for 4.2.
This also removes remaining versionadded/changed annotations for older versions.
This commit is contained in:
parent
590a31eb10
commit
295467c04a
55 changed files with 0 additions and 346 deletions
|
@ -196,11 +196,6 @@ the SQL operator ``&&``. For example:
|
|||
>>> Post.objects.filter(tags__overlap=Post.objects.values_list("tags"))
|
||||
<QuerySet [<Post: First post>, <Post: Second post>, <Post: Third post>]>
|
||||
|
||||
.. versionchanged:: 4.2
|
||||
|
||||
Support for ``QuerySet.values()`` and ``values_list()`` as a right-hand
|
||||
side was added.
|
||||
|
||||
.. fieldlookup:: arrayfield.len
|
||||
|
||||
``len``
|
||||
|
|
|
@ -61,8 +61,6 @@ The ``trigram_word_similar`` lookup can be used on
|
|||
``trigram_strict_word_similar``
|
||||
-------------------------------
|
||||
|
||||
.. versionadded:: 4.2
|
||||
|
||||
Similar to :lookup:`trigram_word_similar`, except that it forces extent
|
||||
boundaries to match word boundaries.
|
||||
|
||||
|
|
|
@ -378,8 +378,6 @@ Usage example:
|
|||
|
||||
.. class:: TrigramStrictWordSimilarity(string, expression, **extra)
|
||||
|
||||
.. versionadded:: 4.2
|
||||
|
||||
Accepts a string or expression, and a field name or expression. Returns the
|
||||
trigram strict word similarity between the two arguments. Similar to
|
||||
:class:`TrigramWordSimilarity() <TrigramWordSimilarity>`, except that it forces
|
||||
|
@ -436,7 +434,5 @@ Usage example:
|
|||
|
||||
.. class:: TrigramStrictWordDistance(string, expression, **extra)
|
||||
|
||||
.. versionadded:: 4.2
|
||||
|
||||
Accepts a string or expression, and a field name or expression. Returns the
|
||||
trigram strict word distance between the two arguments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue