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
/
tests
/
modeltests
/
validators
Age
Commit message (
Expand
)
Author
2012-01-07
Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...
Aymeric Augustin
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-10
Fixed #16166 - `EmailField` does not comply with SMTP standard
Luke Plant
2011-06-09
Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...
Chris Beaven
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-11-02
Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'
Carl Meyer
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-04-15
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-01-21
Fixed #12590. Changed an expression in the validators tests to work correctly...
Joseph Kocherhans
2010-01-10
Added __init__.py and models.py so tests for validators will actually run.
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans