0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref/forms
Baptiste Mispelon 9aa6d4bdb6 Removed a mention of Form._errors from the documentation.
Also removed a sentence that was incorrect: raising a
`ValidationError` inside `Form.clean` doesn't clear the
`cleaned_data` attribute.

Thanks to loic84 and timograham for the review.
2013-11-12 20:27:21 +01:00
..
api.txt Fixed #8620 -- Updated the Form metaclass to support excluding fields by shadowing them. 2013-10-14 22:42:33 +07:00
fields.txt Fixed #20439 -- Started deprecation of IPAddressField 2013-09-28 10:55:32 +02:00
formsets.txt Fixed #9532 -- Added min_num and validate_min on formsets. 2013-09-19 13:11:49 -04:00
index.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models.txt Fixed #12346 -- Added a note on how to validate InlineFormSets. 2013-07-08 08:29:28 -04:00
validation.txt Removed a mention of Form._errors from the documentation. 2013-11-12 20:27:21 +01:00
widgets.txt Fixed #20986 -- Enabled SelectDateWidget to use custom months 2013-08-28 16:39:26 +03:00