summaryrefslogtreecommitdiff
path: root/docs/ref/forms/validation.txt
AgeCommit message (Collapse)Author
2010-05-10Fixed #12001 -- Modified the example of form validation to use the form's ↵Russell Keith-Magee
error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #12643 -- Added link to the ModelForm documentation clarifying the ↵Russell Keith-Magee
special requirements of a clean() method on a modelform. Thanks to fgaudin for the report, and ptone for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23Fixed #9902 -- Corrected misspelling in form validation documentation, ↵Gary Wilson Jr
thanks zunzun. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-22Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-04Fixed some markup errors in the form validation docs.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-09Fixed #9239 -- Somebody read my form validation docs from r9177 and found aMalcolm Tredinnick
typo in them. I guess that was predictable. Thanks, Berry Groenendijk git-svn-id: http://code.djangoproject.com/svn/django/trunk@9217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06Added a lot more explanation about form field validation, including expandedMalcolm Tredinnick
examples. Fixed #5843, #6652, #7428. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-24Fixed #8512: Corrected typo in form validation documentation. Thanks for the ↵James Bennett
catch, Karen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37