summaryrefslogtreecommitdiff
path: root/docs/ref/forms/validation.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-11-11Updated validate_slug regular expression in form validation docs.antoliny0919
2024-05-30Made cosmetic edits to code snippets reformatted with blacken-docs.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-09Mentioned non_field_errors in form validation docs.Shrikrishna Singh
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-02-08Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-06-27Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.Anderson Resende
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-09Fixed typo in docs/ref/forms/validation.txt.Andrew Plummer
2015-10-21Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't...Tim Graham
2015-06-11Used PEP 8 style indentation in forms docs.Nick Smith
2015-05-25Minor edits to docs/ref/forms/validation.txtI am Clinton
2015-02-03Fixed typos in docs/ref/forms/validation.txt.minusf
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-11-20Added missing backticks to form validation docsAlasdair Nicol
2014-11-05Removed confusing paragraph from the docs.Loic Bistuer
2014-08-31Fixed #23391 -- Removed an erroneous backtip from the form's documentation.Simon Charette
2014-06-30Fixed #21942 -- Moved Form.clean() to form API docs.Tim Graham
2014-06-11Fixed typo in docs/ref/forms/validation.txt.Maxime Lorant
2014-04-05Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
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