Author: russellm Date: 2009-01-15 06:35:41 -0600 (Thu, 15 Jan 2009) New Revision: 9744
Modified: django/trunk/docs/topics/db/aggregation.txt Log: Corrected a copy-and-paste typo in a heading of the aggregation docs. Thanks to Eivind Uggedal for the report. Modified: django/trunk/docs/topics/db/aggregation.txt =================================================================== --- django/trunk/docs/topics/db/aggregation.txt 2009-01-15 12:13:17 UTC (rev 9743) +++ django/trunk/docs/topics/db/aggregation.txt 2009-01-15 12:35:41 UTC (rev 9744) @@ -286,7 +286,7 @@ 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
