1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
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 Fixed #20805 -- Removed an extra colon beside checkboxes in the admin. 2013-07-26 14:45:38 -04:00
fields.txt Fixed #15511 -- Allow optional fields on `MultiValueField subclasses. 2013-08-06 08:50:47 -04:00
formsets.txt
index.txt
models.txt Fixed #12346 -- Added a note on how to validate InlineFormSets. 2013-07-08 08:29:28 -04:00
validation.txt Form.clean() does not need to return cleaned_data. 2013-08-08 14:05:55 +01:00
widgets.txt Misc doc cleanups. 2013-07-29 06:57:33 -04:00