summaryrefslogtreecommitdiff
path: root/tests/validators
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham2016-02-182-1/+7
* Fixed #26107 -- Added option to int_list_validator() to allow negative integers.Akshesh2016-02-181-0/+5
* Fixed #25637 -- Added URLValidator hostname length validation.Raphael Michel2015-12-082-0/+8
* Fixed #25635 -- Made URLValidator allow '+' in scheme.Dheerendra Rathor2015-10-311-1/+2
* Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...Dheerendra Rathor2015-10-291-0/+1
* Fixed #24636 -- Added model field validation for decimal places and max digits.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 SlugField.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 characters in EmailValidatorAnoop Thomas Mathew2015-04-171-3/+8
* Fixed #24531 -- Improved CommaSeparatedIntegerField validation.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-041-3/+3
* Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham2014-07-041-0/+3
* Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn2014-05-161-0/+2
* Fixed #22588 -- Fix RegexValidator __eq__David Szotten2014-05-081-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 RegexValidatorDejan Noveski2014-03-211-0/+12
* Fixed #22123 -- EmailValidator now also accepts IPv6 literals in addressesErik Romijn2014-02-221-0/+7
* Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng2014-02-101-0/+4
* Fixed #21638: Validators are now comparable, stops infinite user mig'nsAndrew 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-021-4/+6
* Fixed #12027 -- Fixed EmailValidator to reject a trailing dot.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_messages from model ...Loic Bistuer2013-06-181-2/+2
* Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer2013-06-181-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+224