From b78d100fa62cd4fbbc70f2bae77c192cb36c1ccd Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 22 Apr 2017 16:44:51 +0100 Subject: Fixed #27849 -- Added filtering support to aggregates. --- docs/releases/2.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/releases') 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 ` to multiple aggregations + over the same fields or relations. + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3