django1/docs/ref/forms
Russell Keith-Magee a0ea98e7a0 [1.1.X] Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch.
Backport of r13221 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10 14:16:04 +00:00
..
api.txt [1.1.X] Added a few Sphinx directives to the form API and template API docs. 2009-12-25 20:56:52 +00:00
fields.txt [1.1.X] Fixed #10361 -- Added documentation for ComboField and MultiValueField form fields, patch from timo. 2010-03-16 21:03:11 +00:00
index.txt [1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:47:47 +00:00
validation.txt [1.1.X] Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch. 2010-05-10 14:16:04 +00:00
widgets.txt Fixed #7437: SelectDateWidget is not documented. 2009-09-10 15:45:15 +00:00