diff options
| author | James Bennett <james@b-list.org> | 2012-09-07 12:00:01 -0700 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2012-09-07 12:00:01 -0700 |
| commit | 46249061d63429505e5a44fddcbca1578495ecd4 (patch) | |
| tree | 86c40389cb68162444bb14ba00607efd4f603154 /docs | |
| parent | 6a5a12ea3e3193b3658b9237b86d98bc37d668d7 (diff) | |
| parent | c634375e9c47220d272525fcf35ddf4d6989e208 (diff) | |
Merge pull request #333 from brad/ticket_18917
clarify clean_<field> docs, ticket #18917
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/forms/validation.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt index 95424d0cd0..1af32da875 100644 --- a/docs/ref/forms/validation.txt +++ b/docs/ref/forms/validation.txt @@ -70,9 +70,8 @@ overridden: formfield-specific piece of validation and, possibly, cleaning/normalizing the data. - Just like the general field ``clean()`` method, above, this method - should return the cleaned data, regardless of whether it changed - anything or not. + This method should return the cleaned value obtained from cleaned_data, + regardless of whether it changed anything or not. * The Form subclass's ``clean()`` method. This method can perform any validation that requires access to multiple fields from the form at |
