From 540b487cd647373585414d2f6648a66c4185f3ac Mon Sep 17 00:00:00 2001 From: Tim Shaffer Date: Fri, 25 Mar 2016 13:14:52 -0400 Subject: [PATCH] [1.8.x] Fixed typo in docs/topics/db/aggregation.txt. Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master --- docs/topics/db/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt index f34648124e..f3618e4303 100644 --- a/docs/topics/db/aggregation.txt +++ b/docs/topics/db/aggregation.txt @@ -295,7 +295,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