django1/docs/ref/forms
Claude Paroz 121fd109de Fixed #5524 -- Do not remove cleaned_data when a form fails validation
cleaned_data is no longer deleted when form validation fails but only
contains the data that did validate.
Thanks to the various contributors to this patch (see ticket).
2012-08-04 14:22:23 +02:00
..
api.txt Fixed #5524 -- Do not remove cleaned_data when a form fails validation 2012-08-04 14:22:23 +02:00
fields.txt Fixed #18374 -- Explained "corrupt image" error 2012-07-08 11:53:45 +02:00
index.txt Fixed #10027 -- Makes links to form and field validation (and form reference docs in general) more readily available from form topic overview. Thanks to john_fries for the report. 2010-10-10 07:08:35 +00:00
validation.txt Fixed #5524 -- Do not remove cleaned_data when a form fails validation 2012-08-04 14:22:23 +02:00
widgets.txt Fixed a documentation typo on the widget page. 2012-06-19 10:37:53 +02:00