﻿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
21942	"document Form.clean() in ""Forms API"" docs"	Chris Jerdonek	lkitchner	"Currently, the ""Forms API"" section of the Django docs (and in particular the [https://docs.djangoproject.com/en/dev/ref/forms/api/#using-forms-to-validate-data ""Using forms to validate data""] section of that page), does not document `Form.clean()`, though the `Form.add_error()` documentation in that page references it.

There is some documentation about `Form.clean()` in the [https://docs.djangoproject.com/en/dev/ref/forms/validation/ ""Form and field validation""] page, so perhaps the Forms API docs can link there for its information (and/or vice versa).
"	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed	forms,clean,validation	chris.jerdonek@…	Accepted	1	0	0	1	1	0
