﻿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
18530	Inconsistent error handling on admin filter url's	david@…	Julien Phalip	"This probably isn't officially supported but there is a curious change to error handling introduced in Django 1.4.

In 1.3 something like

{{{
/admin/app/model/?date__gte=moo
}}}

would yield e=1 and no 500 error

In 1.4 I get a 500 instead. But only for dates! 
{{{
?id__gte=moo
}}}
 yields a e=1

Perhaps this type of hard filtering should just be scorned all together. But I do find it quite useful and a 500 error in such particular situations is odd behavior. I've implemented a hack start and end date filter which is why I've gotten this. Ugly I know."	Bug	closed	contrib.admin	1.4	Release blocker	fixed			Accepted	1	0	0	0	0	0
