From 79fa78cc803e53c65df7a595e96abdab2338150f Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 15 Jan 2009 12:35:41 +0000 Subject: [PATCH] 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 --- docs/topics/db/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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