mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Removed versionadded/changed annotations for 4.0.
This commit is contained in:
parent
d10e569ea5
commit
ca1c3151c3
44 changed files with 0 additions and 316 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue