summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-01-15 12:35:41 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-01-15 12:35:41 +0000
commit79fa78cc803e53c65df7a595e96abdab2338150f (patch)
tree0957c638ff8e059979c9a0f28e89c5f7730695d8 /docs/topics
parent1a87e01f211618e42ee5e0bb30c0fa3dedb3fdda (diff)
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
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/aggregation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/aggregation.txt b/docs/topics/db/aggregation.txt
index 7b8b1ee64e..e02859bc2e 100644
--- a/docs/topics/db/aggregation.txt
+++ b/docs/topics/db/aggregation.txt
@@ -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