mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed typo in docs/topics/db/aggregation.txt.
This commit is contained in:
parent
5974cbe32e
commit
8550566af6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue