Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/validation/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24708 -- Handled non-string values in GenericIPAdd...Pradeek2015-05-061-0/+9
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #22935 -- Changed ForeignKey.default_error_messages...Anubhav Joshi2014-07-021-1/+6
* Fixed #22539 -- Copied exclude argument in Model.full_cle...Yehonatan Daniv2014-05-011-0/+7
* Fixing E302 ErrorsJason Myers2013-11-031-1/+2
* Fix all violators of E231Alex Gaynor2013-10-261-3/+3
* Start attacking E231 violationsAlex Gaynor2013-10-241-5/+5
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon2013-06-131-1/+5
* Fixed #20484 -- Added model validation for GenericIPAddre...Tim Graham2013-05-281-5/+11
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-6/+0
* Modified validation to work with unittest2 discovery.Preston Timmons2013-04-121-1/+1
* Add a specific error message for URLValidatorClaude Paroz2013-03-141-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+166