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
/
django
/
core
/
validators.py
Age
Commit message (
Expand
)
Author
2005-10-20
i18n: merged to [978] from trunk
Georg Bauer
2005-10-20
Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune
Adrian Holovaty
2005-10-17
i18n: added a load of translation hooks to validator error messages and prede...
Georg Bauer
2005-10-17
i18n: added translation hooks to all validators
Georg Bauer
2005-09-29
i18n patch - references #65
Georg Bauer
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