Commit History

Author SHA1 Message Date
  Baptiste Mispelon 0048ed77c7 Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718). 11 years ago
  Baptiste Mispelon 9aa6d4bdb6 Removed a mention of `Form._errors` from the documentation. 11 years ago
  Ben Huckvale 98e0453f00 Fixed #21120 -- Added more explicit text on using validators and link to writing validators. 11 years ago
  Tim Graham 18ffdb1772 Fixed #17627 -- Renamed util.py files to utils.py 11 years ago
  Tim Graham ebfe42d018 Fixed #21009 -- Added a versionchanged note regarding changes to clean(). 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Tim Graham 8442268869 Added an anchor for django.forms.Form.clean in docs 11 years ago
  Marc Tamlyn fb1dd6b13a Form.clean() does not need to return cleaned_data. 11 years ago
  Tim Graham 05ea5a2139 Fixed #20823 -- Typo in docs/ref/forms/validation.txt 11 years ago
  Loic Bistuer ee77d4b253 Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 11 years ago
  leandrafinger 08b501e7d3 add missing imports to the examples in the 'Forms' 12 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Claude Paroz 2f121dfe63 Fixed #17051 -- Removed some 'invalid' field error messages 12 years ago
  Adrien Lemaire 2c8267bf3d Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 12 years ago
  Brad Pitcher c634375e9c clarify clean_<field> docs, ticket #18917 12 years ago
  Claude Paroz 121fd109de Fixed #5524 -- Do not remove cleaned_data when a form fails validation 12 years ago
  Aymeric Augustin 33999d9871 Fixed #18445 -- Added a links in the docs. 13 years ago
  Claude Paroz 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 13 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 13 years ago
  Jannis Leidel 52d72a5a3e Fixed #17182 -- Changed best practice documentation for Form.clean to use super() instead of relying on self.cleaned_data. Thanks, DrMeers. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 14 years ago
  Adrian Holovaty 9a279edc1c Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet) 14 years ago
  Adrian Holovaty 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 14 years ago
  Timo Graham 456534dda9 Fixed #15191 - typo in form validation docs; thanks berto for the report. 14 years ago
  Luke Plant c8bcd5e547 Fixed #14205 - Tiny grammar fix in form validation documentation 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Russell Keith-Magee bc82e20370 Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch. 15 years ago
  Russell Keith-Magee 5a74f0c936 Fixed #12643 -- Added link to the ModelForm documentation clarifying the special requirements of a clean() method on a modelform. Thanks to fgaudin for the report, and ptone for the patch. 15 years ago
  Joseph Kocherhans 471596fc1a Merged soc2009/model-validation to trunk. Thanks, Honza! 15 years ago