﻿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
8057	Forms clean documentation omits essential	Alper Cugun <djangoproject@…>	nobody	"Needed to dig into the source but the current documentation does not reflect that clean_FOO needs to return the cleaned value.

As in forms.py:
value = getattr(self, 'clean_%s' % name)()
self.cleaned_data[name] = value

So attached is a patch for the forms.txt documentation."		closed	Documentation	dev		duplicate	forms, newforms, clean		Accepted	1	0	0	0	0	0
