summaryrefslogtreecommitdiff
path: root/docs/ref/forms/validation.txt
AgeCommit message (Expand)Author
2014-06-30[1.7.x] Fixed #21942 -- Moved Form.clean() to form API docs.Tim Graham
2014-06-11[1.7.x] Fixed typo in docs/ref/forms/validation.txt.Maxime Lorant
2014-04-05[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
2014-02-14Fixed #21654 -- Documented a use-case for Form.errors.as_data().Loic Bistuer
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2013-11-30Removed Form._errors from the docs in favor of the add_error API.Loic Bistuer
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-12Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718).Baptiste Mispelon
2013-11-12Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon
2013-09-23Fixed #21120 -- Added more explicit text on using validators and link to writ...Ben Huckvale
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-05Fixed #21009 -- Added a versionchanged note regarding changes to clean().Tim Graham
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-08Added an anchor for django.forms.Form.clean in docsTim Graham
2013-08-08Form.clean() does not need to return cleaned_data.Marc Tamlyn
2013-07-29Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-07clarify clean_<field> docs, ticket #18917Brad Pitcher
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
2012-06-07Fixed #18445 -- Added a links in the docs.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-02-04Fixed #17182 -- Changed best practice documentation for Form.clean to use sup...Jannis Leidel
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-01-30Fixed #15191 - typo in form validation docs; thanks berto for the report.Timo Graham
2010-09-07Fixed #14205 - Tiny grammar fix in form validation documentationLuke Plant
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-05-10Fixed #12001 -- Modified the example of form validation to use the form's err...Russell Keith-Magee
2010-05-09Fixed #12643 -- Added link to the ModelForm documentation clarifying the spec...Russell Keith-Magee
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2008-12-23Fixed #9902 -- Corrected misspelling in form validation documentation, thanks...Gary Wilson Jr
2008-12-22Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
2008-12-04Fixed some markup errors in the form validation docs.Malcolm Tredinnick
2008-10-24Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.Malcolm Tredinnick
2008-10-09Fixed #9239 -- Somebody read my form validation docs from r9177 and found aMalcolm Tredinnick
2008-10-06Added a lot more explanation about form field validation, including expandedMalcolm Tredinnick
2008-08-24Fixed #8512: Corrected typo in form validation documentation. Thanks for the ...James Bennett
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss