Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/validators.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25635 -- Made URLValidator allow '+' in scheme.Dheerendra Rathor2015-10-311-1/+1
* Fixed #25620 -- Made URLValidator prohibit URLs with cons...Dheerendra Rathor2015-10-291-1/+1
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+69
* Fixed #25322 -- Lazily compiled core.validators regular e...Jonas Haag2015-08-281-12/+23
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+7
* Fixed catastrophic backtracking in URLValidator.Shai Berger2015-07-081-1/+1
* Prevented newlines from being accepted in some validators.Tim Graham2015-07-081-12/+15
* Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-061-1/+1
* Fixed #24349 -- Limited domain name labels to 63 characte...Anoop Thomas Mathew2015-04-181-3/+2
* Fixed #24531 -- Improved CommaSeparatedIntegerField valid...Bertrand Bordage2015-03-251-5/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-061-6/+25
* Revert "Fixed #23892 -- Made deconstructible classes forw...Carl Meyer2014-11-231-3/+3
* Fixed #23892 -- Made deconstructible classes forwards com...Carl Meyer2014-11-221-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-4/+22
* Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi2014-07-261-2/+4
* Corrected domain max length for EmailValidator; refs #20631.Tim Graham2014-07-051-3/+3
* Fixed #20631 -- Increased the default EmailField max_leng...Tim Graham2014-07-041-1/+3
* Fixed #22579 -- Corrected validation for email to reject ...Erik Romijn2014-05-161-2/+2
* Fixed #22588 -- Fix RegexValidator __eq__David Szotten2014-05-091-1/+11
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed #22255 -- Added support for specifying re flags in ...Dejan Noveski2014-03-211-2/+7
* Fixed #22123 -- EmailValidator now also accepts IPv6 lite...Erik Romijn2014-02-221-7/+21
* Fixed #20784 -- Added inverse_match parameter to RegexVal...Si Feng2014-02-101-3/+8
* Fixed #21638: Validators are now comparable, stops infini...Andrew Godwin2014-01-191-0/+9
* Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz2013-12-281-2/+14
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #12027 -- Fixed EmailValidator to reject a trailing...Tim Graham2013-10-231-1/+1
* Fixed #21275 -- Fixed a serializer error when generating ...Loic Bistuer2013-10-211-0/+9
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+2
* Fixed an email validation regressionClaude Paroz2013-07-211-1/+1
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-6/+2
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-1/+1
* Add a specific error message for URLValidatorClaude Paroz2013-03-141-0/+1
* Fixed errors introduced in 21f333bcefccc151d6439246f8203d...Florian Apolloner2013-02-231-1/+1
* Fix #17751: Added stripping of whitespace for IPAddressFi...Erik Romijn2013-02-231-1/+1
* Fixed #19034 -- Added proper i18n pluralization for max/m...Claude Paroz2013-01-301-3/+9
* Fixed validation of email addresses when the local part c...Aymeric Augustin2013-01-261-1/+1
* Fixed #4833 -- Validate email addresses with localhost as...Claude Paroz2013-01-111-21/+44
* Fixed #17867 -- Made email validation pass with IDN domainsClaude Paroz2012-10-091-1/+1
* Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire2012-09-261-1/+1
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-12/+21
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-3/+3
* Fixed #18779 -- URLValidator can't validate url with ipv6.Marc Tamlyn2012-08-181-1/+2
* [py3] Fixed slug regexClaude Paroz2012-08-151-1/+1
* [py3] Re-decoded string after idna encodingClaude Paroz2012-08-111-2/+2
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-3/+6