summaryrefslogtreecommitdiff
path: root/docs/ref/forms/validation.txt
Commit message (Expand)AuthorAgeFilesLines
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().Tim Graham2017-02-081-4/+5
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-9/+9
* Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.Anderson Resende2016-06-271-5/+2
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-11/+10
* Fixed typo in docs/ref/forms/validation.txt.Andrew Plummer2015-12-091-1/+1
* Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't...Tim Graham2015-10-211-10/+18
* Used PEP 8 style indentation in forms docs.Nick Smith2015-06-111-2/+4
* Minor edits to docs/ref/forms/validation.txtI am Clinton2015-05-251-19/+18
* Fixed typos in docs/ref/forms/validation.txt.minusf2015-02-031-2/+2
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-8/+0
* Added missing backticks to form validation docsAlasdair Nicol2014-11-201-1/+1
* Removed confusing paragraph from the docs.Loic Bistuer2014-11-051-7/+0
* Fixed #23391 -- Removed an erroneous backtip from the form's documentation.Simon Charette2014-08-311-1/+1
* Fixed #21942 -- Moved Form.clean() to form API docs.Tim Graham2014-06-301-11/+13
* Fixed typo in docs/ref/forms/validation.txt.Maxime Lorant2014-06-111-1/+1
* Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham2014-04-051-3/+3
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-2/+0
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-1/+1
* Fixed #21654 -- Documented a use-case for Form.errors.as_data().Loic Bistuer2014-02-141-0/+7
* Always use parentheses when documenting a method with no arguments.Baptiste Mispelon2014-01-221-1/+1
* Removed Form._errors from the docs in favor of the add_error API.Loic Bistuer2013-11-301-93/+10
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-301-0/+28
* Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718).Baptiste Mispelon2013-11-121-5/+5
* Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon2013-11-121-10/+6
* Fixed #21120 -- Added more explicit text on using validators and link to writ...Ben Huckvale2013-09-231-3/+13
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-2/+2
* Fixed #21009 -- Added a versionchanged note regarding changes to clean().Tim Graham2013-09-051-0/+6
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-8/+2
* Added an anchor for django.forms.Form.clean in docsTim Graham2013-08-081-0/+2
* Form.clean() does not need to return cleaned_data.Marc Tamlyn2013-08-081-10/+2
* Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham2013-07-291-1/+1
* Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer2013-06-181-9/+101
* add missing imports to the examples in the 'Forms'leandrafinger2013-05-191-0/+9
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-4/+4
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-12/+8
* Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire2012-09-261-2/+2
* clarify clean_<field> docs, ticket #18917Brad Pitcher2012-09-071-3/+2
* Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz2012-08-041-4/+6
* Fixed #18445 -- Added a links in the docs.Aymeric Augustin2012-06-071-0/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-2/+2
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-3/+0
* Fixed #17182 -- Changed best practice documentation for Form.clean to use sup...Jannis Leidel2012-02-041-2/+5
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-66/+66
* Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers2011-05-131-1/+1
* Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty2011-04-011-2/+2
* Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty2011-04-011-5/+5
* Fixed #15191 - typo in form validation docs; thanks berto for the report.Timo Graham2011-01-301-1/+1
* Fixed #14205 - Tiny grammar fix in form validation documentationLuke Plant2010-09-071-1/+1
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-2/+0