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
/
django
/
core
/
validators.py
Age
Commit message (
Expand
)
Author
2005-11-12
Fixed #778 -- Improved isExistingURL validator not to raise ValidationError f...
Adrian Holovaty
2005-11-06
Fixed #281 -- Made e-mail address validation much more strict and accurate.
Adrian Holovaty
2005-11-06
Fixed #737 -- Changed validators.isValidIPAddress4 to use a single regex. Tha...
Adrian Holovaty
2005-11-05
Fixed #734 -- Fixed namespace bug in validators.isValidIPAddress4. Thanks, Hu...
Adrian Holovaty
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-10-20
Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune
Adrian Holovaty
2005-09-27
Moved JING from django.core.validators into settings where it belongs. Fixes...
Jacob Kaplan-Moss
2005-09-23
Fixed #264 -- Added django.core.validators.isValidIPAddress4. Thanks, Hugo an...
Adrian Holovaty
2005-09-22
Added django.core.validators.isValidHTML
Adrian Holovaty
2005-08-05
Fixed #275 -- Bug in validators.RequiredIfOtherFieldsGiven. Thanks, jhernandez
Adrian Holovaty
2005-08-04
Fixed #266 -- Added ValidateIfOtherFieldEquals validator. Thanks again, Hugo
Adrian Holovaty
2005-08-04
Tightened up some code in django.core.validators
Adrian Holovaty
2005-08-04
Refactored django.core.validators.RequiredIfOtherFieldGiven to remove duplica...
Adrian Holovaty
2005-08-04
Fixed #268 -- Added AnyValidator and fixed small bug in [399]. Thanks, Hugo
Adrian Holovaty
2005-08-04
Fixed #269 -- Added MatchesRegularExpression validator. Thanks, Hugo!
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty