mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -400,8 +400,6 @@ The ``Aggregate`` API is as follows:
|
|||
|
||||
.. attribute:: allow_distinct
|
||||
|
||||
.. versionadded:: 2.2
|
||||
|
||||
A class attribute determining whether or not this aggregate function
|
||||
allows passing a ``distinct`` keyword argument. If set to ``False``
|
||||
(default), ``TypeError`` is raised if ``distinct=True`` is passed.
|
||||
|
@ -435,10 +433,6 @@ and :ref:`filtering-on-annotations` for example usage.
|
|||
The ``**extra`` kwargs are ``key=value`` pairs that can be interpolated
|
||||
into the ``template`` attribute.
|
||||
|
||||
.. versionadded:: 2.2
|
||||
|
||||
The ``allow_distinct`` attribute and ``distinct`` argument were added.
|
||||
|
||||
Creating your own Aggregate Functions
|
||||
-------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue