Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/validators
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25635 -- Made URLValidator allow '+' in scheme.Dheerendra Rathor2015-10-311-1/+2
* Fixed #25620 -- Made URLValidator prohibit URLs with cons...Dheerendra Rathor2015-10-291-0/+1
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-5/+24
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-1/+1
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-1/+22
* Fixed catastrophic backtracking in URLValidator.Shai Berger2015-07-083-0/+6
* Prevented newlines from being accepted in some validators.Tim Graham2015-07-081-1/+14
* Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov2015-07-062-0/+2
* Fixed #24349 -- Limited domain name labels to 63 characte...Anoop Thomas Mathew2015-04-181-3/+8
* Fixed #24531 -- Improved CommaSeparatedIntegerField valid...Bertrand Bordage2015-03-251-4/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-062-0/+83
* Refactored URLValidator tests by moving URLs to text files.Danilo Bargen2014-11-033-30/+46
* Fixed #16617 -- Added 'value' to BaseValidator params.Anubhav Joshi2014-07-261-1/+7
* 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-0/+3
* Fixed #22579 -- Corrected validation for email to reject ...Erik Romijn2014-05-161-0/+2
* Fixed #22588 -- Fix RegexValidator __eq__David Szotten2014-05-091-0/+27
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22255 -- Added support for specifying re flags in ...Dejan Noveski2014-03-211-0/+12
* Fixed #22123 -- EmailValidator now also accepts IPv6 lite...Erik Romijn2014-02-221-0/+7
* Fixed #20784 -- Added inverse_match parameter to RegexVal...Si Feng2014-02-101-0/+4
* Fixed #21638: Validators are now comparable, stops infini...Andrew Godwin2014-01-191-0/+56
* Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz2013-12-281-0/+7
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixing E302 ErrorsJason Myers2013-11-031-4/+6
* Fixed #12027 -- Fixed EmailValidator to reject a trailing...Tim Graham2013-10-231-0/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Removed import * in tests.Tim Graham2013-10-221-1/+7
* Fixed errors in 848101bf1736d1c01eb86968e85a14c7466bb376Tim Graham2013-10-111-3/+3
* Added tests for URLValidator schemes.Sascha Peilicke2013-10-111-0/+3
* Fixed an email validation regressionClaude Paroz2013-07-211-0/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-2/+2
* Refactored ValidationError to allow persisting error para...Loic Bistuer2013-06-181-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+224