Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/validators.py
Commit message (Expand)AuthorAgeFilesLines
...
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-15/+17
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Removed some more useless code related to the verify_exis...Claude Paroz2012-03-311-3/+0
* Removed deprecated URLField.verify_exists.Aymeric Augustin2012-03-311-65/+1
* Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin2012-03-301-5/+1
* Fixed #17100 -- Typo in the regex for EmailValidator. Tha...Aymeric Augustin2012-01-071-1/+2
* Removed an unused function definition.Paul McMillan2011-09-181-1/+0
* Fixed #16812 -- Percent-encode URLs in verify_exists, to ...Carl Meyer2011-09-161-0/+3
* Kill some more dead code.Alex Gaynor2011-09-111-7/+7
* Altered the behavior of URLField to avoid a potential DOS...Russell Keith-Magee2011-09-101-18/+39
* Fixed #811 -- Added support for IPv6 to forms and model f...Jannis Leidel2011-06-111-0/+36
* Fixed #16166 - `EmailField` does not comply with SMTP sta...Luke Plant2011-06-101-1/+2
* Fixes #13511 -- make regex parameter to RegexValidator to...Chris Beaven2011-06-101-1/+2
* Fixed #15229 -- Improved URLValidator to accept ftp:// li...Adrian Holovaty2011-03-161-1/+1
* Fixed #14941 -- Stop raising ValidationError in form fiel...Jannis Leidel2011-02-121-0/+1
* Fixed #12988 -- Extended regular expression of the URLVal...Jannis Leidel2011-02-121-1/+1
* Fixed #14955 -- Made the URLValidator use a HEAD request ...Jannis Leidel2011-02-121-3/+20
* Removed some debug accidentally committed in r13201.Russell Keith-Magee2010-05-101-7/+1
* Fixed #13341 -- Clarified default arguments to the RegexV...Russell Keith-Magee2010-05-101-1/+7
* Fixed #12989 - Fixed verification of IDN URLs. Thanks to ...Jannis Leidel2010-02-281-12/+7
* Fixed #9764 - Updated EmailField and URLField to support ...Jannis Leidel2010-02-221-2/+42
* Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans2010-01-051-0/+137
* Removed oldforms, validators, and related code:Gary Wilson Jr2008-08-271-598/+0
* Fixed #1443 -- Django's various bits now support dates be...Adrian Holovaty2008-07-181-7/+3
* Changed a couple of old-style validators to remove some d...Malcolm Tredinnick2008-07-051-2/+2
* Fixed #6492 -- Added bullet-proofing to isValidFloat vali...Malcolm Tredinnick2008-03-171-2/+2
* Fixed #3036 -- Fixed some doctest strings that were faili...Russell Keith-Magee2007-09-151-6/+11
* Fixed #3848 -- Added more comprehensive checks to ImageFi...Russell Keith-Magee2007-09-141-4/+9
* Fixed #4478 -- Added a catch for an error thrown by PIL w...Russell Keith-Magee2007-09-111-1/+3
* Fixed imports to adhere to PEP 8 and stripped trailing wh...Gary Wilson Jr2007-09-081-8/+9
* Fixed #5232 -- Fixed the validation of `DecimalField` so ...Gary Wilson Jr2007-09-081-1/+1
* Fixed #5156 -- Added some translation calls to a couple o...Malcolm Tredinnick2007-08-151-1/+1
* Fixed #5011 -- Fixed usage of ungettext in hasNoProfaniti...Adrian Holovaty2007-08-121-1/+1
* Fixed #5071 -- Fixed 'global name ugettext is not defined...Adrian Holovaty2007-08-061-1/+1
* Fixed #4807 -- Fixed a couple of corner cases in decimal ...Malcolm Tredinnick2007-07-131-7/+12
* Fixed #4812 -- Fixed an octal escape in regular expressio...Gary Wilson Jr2007-07-101-1/+1
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-58/+61
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField ...Malcolm Tredinnick2007-05-211-10/+18
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-3/+3
* Fixed #3410 -- Edited a few i18n markups for completeness...Malcolm Tredinnick2007-03-121-1/+1
* Fixed some i18n markup on date error messages. Thanks, Ba...Malcolm Tredinnick2007-03-111-1/+2
* Fixed #2104: allow somewhat nicer error messages in Requi...Jacob Kaplan-Moss2007-02-251-4/+6
* Revert [4485] in order to fix accidental mod_python break...Malcolm Tredinnick2007-02-121-9/+9
* Refs #2920 -- Replaced implicit uses of _() with explicit...Russell Keith-Magee2007-02-111-9/+9
* Fixed #2364: added NumberIsInRange validator. Thanks, Mat...Jacob Kaplan-Moss2006-11-071-0/+32
* Fixed #2934: greatly improved the accuracy if the isExist...Jacob Kaplan-Moss2006-11-071-7/+16
* Fixed #2760 -- Fixed FloatField validator right (take two...Malcolm Tredinnick2006-09-261-1/+1
* Small improvements to profanities-to-settings move from [...Adrian Holovaty2006-09-251-1/+1
* Fixed #2674 -- Added stricter date validation so that thi...Malcolm Tredinnick2006-09-241-1/+22