summaryrefslogtreecommitdiff
path: root/tests/validation/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-50/+55
* Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.Jon Dufresne2020-06-251-0/+7
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-2/+3
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-3/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-5/+8
* Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python()Pradeek2015-05-061-0/+9
* Fixed #24714 -- Used more specific assertions than assertEqual in tests.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-031-1/+1
* Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...Anubhav Joshi2014-07-021-1/+6
* Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...Yehonatan Daniv2014-05-011-0/+7
* Fixing E302 ErrorsJason Myers2013-11-021-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 GenericIPAddressFieldTim Graham2013-05-281-5/+11
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-101-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