diff options
| author | Tom <tom@tomforb.es> | 2017-04-22 16:44:51 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-08-12 17:58:28 -0400 |
| commit | b78d100fa62cd4fbbc70f2bae77c192cb36c1ccd (patch) | |
| tree | be1f272298c15c6a261e33dff7486b0c3727b407 /docs/releases | |
| parent | 489421b01562494ab506de5d30ea97d7b6b5df30 (diff) | |
Fixed #27849 -- Added filtering support to aggregates.
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 ~~~~~~~~~~~~~~~~~~~~~~ |
