From ad36a198a12df4dff65992191b3eb0a474e2daac Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Fri, 24 Sep 2021 22:05:02 +0200 Subject: Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value. --- tests/aggregation/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/aggregation') diff --git a/tests/aggregation/tests.py b/tests/aggregation/tests.py index 85742dcb9c..72575a526c 100644 --- a/tests/aggregation/tests.py +++ b/tests/aggregation/tests.py @@ -1367,7 +1367,7 @@ class AggregateTestCase(TestCase): 'books_count': 0, } ) - # Expression without empty_aggregate_value forces queries to be + # Expression without empty_result_set_value forces queries to be # executed even if they would return an empty result set. raw_books_count = Func('book', function='COUNT') raw_books_count.contains_aggregate = True -- cgit v1.3