~turminal/django

9d0c8d3dd9dce720f0b91d30508278e45235a3a9 — Tim Shaffer 8 years ago ccc367f
[1.9.x] Fixed typo in docs/topics/db/aggregation.txt.

Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/topics/db/aggregation.txt
M docs/topics/db/aggregation.txt => docs/topics/db/aggregation.txt +1 -1
@@ 294,7 294,7 @@ file::

    >>> Author.objects.aggregate(average_rating=Avg('book__rating'))

(The resulting dictionary will have a key called ``'average__rating'``. If no
(The resulting dictionary will have a key called ``'average_rating'``. If no
such alias were specified, it would be the rather long ``'book__rating__avg'``.)

Aggregations and other ``QuerySet`` clauses