| Age | Commit message (Expand) | Author |
| 2006-03-28 | Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), n... | Adrian Holovaty |
| 2006-02-22 | Fixed #1275 and #1288 -- Change e-mail address validator regular expression t... | Adrian Holovaty |
| 2006-02-18 | Fixed #721 -- isAlphaNumericURL validator now allows dashes | Adrian Holovaty |
| 2006-02-10 | Improved url_re in django.core.validators to accept https. Thanks, Eric Hsu | Adrian Holovaty |
| 2006-01-27 | Fixed #1070 -- Improved date validation to limit it to dates 1900 and up. | Adrian Holovaty |
| 2005-12-07 | Fixed #1009 -- Fixed small typo in HasAllowableSize validator. Thanks, bsoltani | Adrian Holovaty |
| 2005-11-22 | Fixed use of "_" in RelaxNGCompact validator which was conflicting with gette... | Jacob Kaplan-Moss |
| 2005-11-21 | fixed a bug with some validators that used parameterized gettext_lazy strings... | Georg Bauer |
| 2005-11-21 | fixes #753 - ValidationError and CriticalValidationError now accept both stri... | Georg Bauer |
| 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 |