﻿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
3869	newforms form.errors.__all__ cannot render	David S. <davidschein@…>	Adrian Holovaty	"If you implement a clean method on your newform and raise a validation error it is keyed on '__all__'.  

But, {{ form.errors.__all__ }} raises a template error: ""Variables and attributes may not begin with underscores: 'form.errors.__all__'""

Workaround is to put pass the form level errors the template context somewhere, e.g. form_errors=search_form.errors.get('__all__', None).

"		closed	Forms	dev		worksforme			Unreviewed	0	0	0	0	0	0
