﻿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
5234	a	phil.django@…	Adrian Holovaty	"I think there's a bug in the newforms library:

from django import newforms as forms

class F(forms.Form):
    field = forms.BooleanField(label='boo')

form1 = F({'field':True}, prefix='somePrefix')
# Outputs some error:
print form1.as_p()

# Output nothing instead of True.
form1['field']._data()

Patch attached, and working for me."		closed	Forms	dev		invalid	prefix		Unreviewed	1	0	0	0	0	0
