﻿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
10042	Typo in aggregation docs	anonymous	nobody	"I think there is a typo in the documentation for [http://docs.djangoproject.com/en/dev/topics/db/aggregation/#joins-and-aggregates Aggregation - joins and aggregates], examples 1 & 2:

I think
{{{
>>> Store.objects.annotate(min_price=Min('books__price'), max_price=Min('books__price'))
}}}

should read
{{{
>>> Store.objects.annotate(min_price=Min('books__price'), max_price=Max('books__price'))
}}}

Same for the second example."		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
