﻿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
11789	Aggregates ignore none()	Alex Robbins	noah	"{{{
Model.objects.all().aggregate(Max('field'))
}}}
and
{{{
Model.objects.none().aggregate(Max('field'))
}}}
seem to return the same thing. Aggregates pay attention to filters, but they seem to ignore the none() method. This isn't a common use, so it might not be worth fixing, except for correctness."	Bug	closed	Database layer (models, ORM)	1.1	Normal	fixed	aggregates		Accepted	1	0	0	1	0	0
