django1/docs/ref/forms
Baptiste Mispelon b6acc4f749 [1.6.x] 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.

Backport of 9aa6d4bdb6 and
0048ed77c7 from master.
2013-11-12 20:54:37 +01:00
..
api.txt [1.6.x] Forms docs: More emphasis in 'id' value customizability. 2013-10-12 13:30:58 -03:00
fields.txt [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:30:08 +02:00
formsets.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
index.txt Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
models.txt [1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets. 2013-07-08 08:31:46 -04:00
validation.txt [1.6.x] Removed a mention of `Form._errors` from the documentation. 2013-11-12 20:54:37 +01:00
widgets.txt [1.6.x] Misc doc cleanups. 2013-07-29 07:06:29 -04:00