﻿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
21009	Add a versionchanged note that returning cleaned_data is no longer required in clean()	anonymous	Daniele Procida	"The two examples of a form clean method at the very bottom of https://docs.djangoproject.com/en/dev/ref/forms/validation/ should make it clear that the cleaned_data dict needs to be returned at the end of the method. This can be fixed by simply adding the line ""return cleaned_data"" at the end of each function."	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed	afraid-to-commit		Accepted	0	0	0	0	1	0
