﻿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
6675	Better error message if cleaned_data is missing (unbound Form)	Thomas Güttler	nobody	"Up to now cleaned_data gets added and removed from forms. For people new to django,
it would be nice to have a better error message:

Old:
{{{
AttributeError: 'Person' object has no attribute 'cleaned_data'
}}}

New:
{{{
<MyForm object at 0x55555647c890>: Unbound Fields have no cleaned_data attribute
}}}

Patch incl. modification of unittest attached.
"	Uncategorized	closed	Forms	dev	Normal	wontfix			Accepted	1	0	0	0	0	0
