Commit 79fa78cc authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks...

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
parent 1a87e01f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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