summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-11-27 10:57:26 -0500
committerTim Graham <timograham@gmail.com>2018-11-27 16:26:18 -0500
commit7e9d5a0aca23427d431a6628b0593c26d087658f (patch)
tree89dbd634145f586e5025c04bac32b4e7f210832d /docs/ref/models
parent5760e053758a181aafa913f7a5565d84432fa5b8 (diff)
[2.1.x] Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Backport of 926fa7116fd633b69277c3ad9b3370ca45163231 from master.
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/querysets.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index b98f3a340f..5b6a2f22be 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -3262,6 +3262,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``
~~~~~~~~~~