﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11510	Import path for aggregates is incorrect	Andy MacKinlay	nobody	"All the samples for aggregates at http://docs.djangoproject.com/en/dev/topics/db/aggregation/#topics-db-aggregation show the import path as
{{{
>>> from django.db.models import Avg, Max, Min, Count
}}}

This results in an `ImportError`. It should be changed to the correct path:
{{{
>>> from django.db.models.aggregates import Avg, Max, Min, Count
}}}
"		closed	Documentation	1.0		invalid			Unreviewed	0	0	0	0	0	0
