﻿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
4385	cleaned_data gets set twice even when no clean_<field> method	Thomas Güttler <hv@…>	Adrian Holovaty	"newforms/forms.py: (Patch attached)

self.cleaned_data[name] = value
if hasattr(self, 'clean_%s' % name):
    value = getattr(self, 'clean_%s' % name)()
self.cleaned_data[name] = value
"		closed	Forms	dev		fixed			Ready for checkin	1	0	0	0	0	0
