From 12d5c09fdde882a9d40ac7bee74b872e5e4471ec Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Mon, 3 Jan 2011 13:30:12 +0000 Subject: [1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv. Backport of r15135 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15136 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/models/querysets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index b67837aba9..a5a5d82378 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -1737,7 +1737,7 @@ SQL equivalents:: .. _aggregation-functions: -Aggregation Functions +Aggregation functions --------------------- .. versionadded:: 1.1 -- cgit v1.3