Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks to Eivind Uggedal for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1a87e01f21
commit
79fa78cc80
|
@ -286,7 +286,7 @@ average over the books written by both authors.
|
|||
The annotation name will be added to the fields returned
|
||||
as part of the ``ValuesQuerySet``.
|
||||
|
||||
Order of ``annotate()`` and ``filter()`` clauses
|
||||
Order of ``annotate()`` and ``values()`` clauses
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
As with the ``filter()`` clause, the order in which ``annotate()`` and
|
||||
|
|
Loading…
Reference in New Issue