index
:
django.git
fix-31295
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
/
validators.txt
Age
Commit message (
Expand
)
Author
2013-01-11
Fixed #4833 -- Validate email addresses with localhost as domain
Claude Paroz
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-09
Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...
Chris Beaven
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2010-10-23
Fixed #14537 -- Added documentation on where validators can be imported from ...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-07-05
Added missing module directive for validators documentation.
Luke Plant
2010-05-10
Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...
Russell Keith-Magee
2010-05-09
Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to DrMeers...
Russell Keith-Magee
2010-01-12
Fixed #12525. Added a note to the validators doucmentation that models will n...
Joseph Kocherhans
2010-01-09
Edited docs/ref/validators.txt
Adrian Holovaty
2010-01-05
Fixed a typo in ref/validators.txt.
Joseph Kocherhans
2010-01-05
Added a section to the docs for discussing validators and updated a few links...
Joseph Kocherhans