﻿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
13770	form BooleanField should clean the string u'false' as False.	jordanb	nobody	"I ran into this trying to assign a JavaScript Boolean false to a HiddenInput widget in a BooleanField. The browser submitted that as u'false', which is cleaned to True by the BooleanField because it only recognizes u""False"" or u""0"" as valid string-forms of false.

The supplied patch changes the comparison to be  case insensitive, so ""False"", ""FALSE"", ""false"", ""FaLsE"" all work, which is the sensible way to handle it I think.

Note that the patch is for version 1.1 but the behavior exists in SVN as well, with the only difference being line numbers.
"	Bug	closed	Forms	1.1	Normal	fixed		dmclain	Ready for checkin	1	0	0	0	0	0
