Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/forms/validation.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21894 -- Corrected a form.clean() example in case ...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-021-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 for...Simon Charette2014-09-011-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-061-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_...Loic Bistuer2014-02-141-0/+7
* Always use parentheses when documenting a method with no ...Baptiste Mispelon2014-01-221-1/+1
* Removed Form._errors from the docs in favor of the add_er...Loic Bistuer2013-11-291-93/+10
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-291-0/+28
* Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7...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 validat...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 cha...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-301-1/+1
* Fixed #20199 -- Allow ModelForm fields to override error_...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 fai...Claude 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 com...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 F...Jannis Leidel2012-02-041-2/+5
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-66/+66
* Fixed #16014 -- numerous documentation typos -- thanks ps...Simon Meers2011-05-131-1/+1
* Fixed some ReST errors from e-mail -> email change in doc...Adrian Holovaty2011-04-011-2/+2
* Changed e-mail to email throughout documentation and code...Adrian Holovaty2011-04-011-5/+5
* Fixed #15191 - typo in form validation docs; thanks berto...Timo Graham2011-01-301-1/+1
* Fixed #14205 - Tiny grammar fix in form validation docume...Luke Plant2010-09-071-1/+1
* Fixed #14141: docs now use the :doc: construct for links ...Jacob Kaplan-Moss2010-08-191-2/+0
* Fixed #12001 -- Modified the example of form validation t...Russell Keith-Magee2010-05-101-4/+2
* Fixed #12643 -- Added link to the ModelForm documentation...Russell Keith-Magee2010-05-091-0/+5
* Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans2010-01-051-26/+87
* Fixed #9902 -- Corrected misspelling in form validation d...Gary Wilson Jr2008-12-231-3/+2
* Changed some ReST formatting of headers (in forms/validat...Malcolm Tredinnick2008-12-221-2/+2
* Fixed some markup errors in the form validation docs.Malcolm Tredinnick2008-12-041-5/+5