django/docs/ref/forms
Marc Tamlyn fb1dd6b13a Form.clean() does not need to return cleaned_data.
If it does, that will be used as the cleaned_data. The default
implementation has been changed to match this change.
2013-08-08 14:05:55 +01:00
..
api.txt
fields.txt Fixed #15511 -- Allow optional fields on `MultiValueField subclasses. 2013-08-06 08:50:47 -04:00
formsets.txt
index.txt
models.txt
validation.txt Form.clean() does not need to return cleaned_data. 2013-08-08 14:05:55 +01:00
widgets.txt