diff options
| author | Tim Graham <timograham@gmail.com> | 2018-11-27 10:57:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-27 11:20:23 -0500 |
| commit | 926fa7116fd633b69277c3ad9b3370ca45163231 (patch) | |
| tree | a4e9b1ff9eb91860c514094e5893189a2490b8c7 /docs/ref/models | |
| parent | 7056a4dd8e10dd16eb30fb9ed997f75bd54c00bb (diff) | |
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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`` ~~~~~~~~~~ |
