﻿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
18917	confusing documentation for clean_<fieldname>()	Sergiy Kuzmenko	nobody	"On https://docs.djangoproject.com/en/1.4/ref/forms/validation/ under the clean_<fieldname>() section it says:

    Just like the general field clean() method, above, this method should return the cleaned data, regardless of whether it changed anything or not.

However the in the context of clean() cleaned data refers to the dictionary and in the context of clean_<fieldname>() it refers to a single cleaned value. So how about we change that phrase to this:

    This method should return the cleaned value obtained from cleaned_data, regardless of whether it changed anything or not."	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed	forms, validation, documentation	bradpitcher@…	Ready for checkin	1	0	0	0	1	0
