diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 0965a05dad..1d684607f1 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -3898,6 +3898,7 @@ by the aggregate. .. class:: Count(expression, distinct=False, filter=None, **extra) Returns the number of objects that are related through the provided + expression. ``Count('*')`` is equivalent to the SQL ``COUNT(*)`` expression. * Default alias: ``__count``