﻿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
10052	Small Aggregation Documentation Update -  Import Line	Tyler Brownell <tyler@…>	nobody	"This change request is for the ''generating aggregates over a queryset'' section of the aggregation documentation:[[BR]]
http://docs.djangoproject.com/en/dev/topics/db/aggregation/#generating-aggregates-over-a-queryset

Please change the following line of code to include the other methods that are used throughout the page:
{{{
from django.db.models import Avg
}}}

Should be changed to:
{{{
from django.db.models import Avg, Max, Min, Count
}}}

This way new Django users, like me, know that these methods have to be imported, and imported from django.db.models before they can be used."		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
