diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 1584b87293..36aea3aefc 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -273,6 +273,10 @@ Models parameters, if the backend supports this feature. Of Django's built-in backends, only Oracle supports it. +* The new ``filter`` argument for built-in aggregates allows :ref:`adding + different conditionals <conditional-aggregation>` to multiple aggregations + over the same fields or relations. + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
