From cc4e4d9aee0b3ebfb45bee01aec79edc9e144c78 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 15 Jan 2009 11:06:34 +0000 Subject: Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. Many thanks to: * Nicolas Lara, who worked on this feature during the 2008 Google Summer of Code. * Alex Gaynor for his help debugging and fixing a number of issues. * Justin Bronn for his help integrating with contrib.gis. * Karen Tracey for her help with cross-platform testing. * Ian Kelly for his help testing and fixing Oracle support. * Malcolm Tredinnick for his invaluable review notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9742 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.txt') diff --git a/docs/index.txt b/docs/index.txt index dc060b7b61..2e13d2dbab 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -42,7 +42,7 @@ The model layer * **Models:** :ref:`Model syntax ` | :ref:`Field types ` | :ref:`Meta options ` * **QuerySets:** :ref:`Executing queries ` | :ref:`QuerySet method reference ` * **Model instances:** :ref:`Instance methods ` | :ref:`Accessing related objects ` - * **Advanced:** :ref:`Managers ` | :ref:`Raw SQL ` | :ref:`Transactions ` | :ref:`Custom fields ` + * **Advanced:** :ref:`Managers ` | :ref:`Raw SQL ` | :ref:`Transactions ` | :ref:`Aggregation ` | :ref:`Custom fields ` * **Other:** :ref:`Supported databases ` | :ref:`Legacy databases ` | :ref:`Providing initial data ` The template layer -- cgit v1.3