﻿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
12908	Incorrect doc on Form.errors	Lei	nobody	"You had

Form.errors

Access the errors attribute to get a dictionary of error messages:

f.errors
{'sender': [u'Enter a valid e-mail address.'], 'subject': [u'This field is required.']}

f.errors should be f.errors.items() to get the dictionary of error messages."		closed	Documentation	1.1		invalid			Unreviewed	0	0	0	0	0	0
