From 926fa7116fd633b69277c3ad9b3370ca45163231 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 27 Nov 2018 10:57:26 -0500 Subject: Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates. --- docs/ref/models/querysets.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref/models') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 6492ba8685..2f32382e1f 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -3315,6 +3315,8 @@ of the return value ``output_field`` if all fields are of the same type. Otherwise, you must provide the ``output_field`` yourself. +.. _aggregate-filter: + ``filter`` ~~~~~~~~~~ -- cgit v1.3