index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
validation.txt
Age
Commit message (
Expand
)
Author
2013-08-08
[1.5.x] Added an anchor for django.forms.Form.clean in docs
Tim Graham
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-07
clarify clean_<field> docs, ticket #18917
Brad Pitcher
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-06-07
Fixed #18445 -- Added a links in the docs.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-02-04
Fixed #17182 -- Changed best practice documentation for Form.clean to use sup...
Jannis Leidel
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-04-01
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-01-30
Fixed #15191 - typo in form validation docs; thanks berto for the report.
Timo Graham
2010-09-07
Fixed #14205 - Tiny grammar fix in form validation documentation
Luke Plant
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-10
Fixed #12001 -- Modified the example of form validation to use the form's err...
Russell Keith-Magee
2010-05-09
Fixed #12643 -- Added link to the ModelForm documentation clarifying the spec...
Russell Keith-Magee
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2008-12-23
Fixed #9902 -- Corrected misspelling in form validation documentation, thanks...
Gary Wilson Jr
2008-12-22
Changed some ReST formatting of headers (in forms/validation.txt).
Malcolm Tredinnick
2008-12-04
Fixed some markup errors in the form validation docs.
Malcolm Tredinnick
2008-10-24
Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.
Malcolm Tredinnick
2008-10-09
Fixed #9239 -- Somebody read my form validation docs from r9177 and found a
Malcolm Tredinnick
2008-10-06
Added a lot more explanation about form field validation, including expanded
Malcolm Tredinnick
2008-08-24
Fixed #8512: Corrected typo in form validation documentation. Thanks for the ...
James Bennett
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss