Author: russellm
Date: 2009-01-15 06:13:17 -0600 (Thu, 15 Jan 2009)
New Revision: 9743

Modified:
   django/trunk/docs/ref/models/querysets.txt
Log:
Corrected some ReST problems with the aggregation docs. Thanks to James Bennett 
for the report.

Modified: django/trunk/docs/ref/models/querysets.txt
===================================================================
--- django/trunk/docs/ref/models/querysets.txt  2009-01-15 11:06:34 UTC (rev 
9742)
+++ django/trunk/docs/ref/models/querysets.txt  2009-01-15 12:13:17 UTC (rev 
9743)
@@ -1408,7 +1408,9 @@
 .. versionadded:: 1.1
 
 Django provides the following aggregation functions in the
-``django.db.models`` module.
+``django.db.models`` module. For details on how to use these
+aggregate functions, see
+:ref:`the topic guide on aggregation <topics-db-aggregation>`.
 
 ``Avg``
 ~~~~~~~
@@ -1458,7 +1460,7 @@
     * Return type: same as input field
 
 ``StdDev``
-~~~~~~~~~
+~~~~~~~~~~
 
 .. class:: StdDev(field, sample=False)
 
@@ -1491,7 +1493,7 @@
     * Return type: same as input field
 
 ``Variance``
-~~~~~~~~~
+~~~~~~~~~~~~
 
 .. class:: Variance(field, sample=False)
 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to