Kaydet (Commit) 8550566a authored tarafından Tim Shaffer's avatar Tim Shaffer Kaydeden (comit) Tim Graham

Fixed typo in docs/topics/db/aggregation.txt.

üst 5974cbe3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment