﻿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
17829	"Admin date filter's ""Past 7 days"" actually returns past 8 days."	Glenn Washburn <development@…>	nobody	"Essentially the problem is analogous to
{{{
 end = 10
 start = end - 7
 qs.filter(f__gte=start, f__lte=end) # this will allow 8 numbers not 7 (namely: [3,4,5,6,7,8,9,10])
}}}

I think this is fairly obvious (and easy to fix), but I an explain more if needed."	Bug	closed	contrib.admin	1.4-beta-1	Normal	wontfix			Design decision needed	0	0	0	0	0	0
