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