﻿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
16688	unionagg doesn't respect limits	arc <django-bugs@…>	nobody	"When specifying a limit with slice syntax and then running unionagg, this limit is not taken into account. In the below example, unionagg is run on the entire set of records rather than only 10 records as expected:


{{{
qs = Model.objects.all()[:10]
ua = qs.unionagg()
}}}
"	Bug	closed	GIS	1.3	Normal	duplicate			Accepted	0	0	0	0	0	0
