﻿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
5471	BooleanField fails to work when processing data from as_hidden	Paul Lanier <planier@…>	nobody	"If a BooleanField is referenced in the Template with .as_hidden then the returned value for False is '0'.  Since BooleanField does a simple bool() in clean, this is converted to True.

The patch adds an explicit check for '0' and returns false in this case."		closed	Forms	dev		fixed	BooleanField as_hidden		Ready for checkin	1	0	0	0	0	0
