Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/validation
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+13
* Fixed #24708 -- Handled non-string values in GenericIPAdd...Pradeek2015-05-061-0/+9
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-282-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+8
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #22935 -- Changed ForeignKey.default_error_messages...Anubhav Joshi2014-07-022-1/+7
* Fixed #22539 -- Copied exclude argument in Model.full_cle...Yehonatan Daniv2014-05-012-2/+9
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-5/+0
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Deborgified the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21555 -- Made ValidationError pickable.Loic Bistuer2013-12-071-0/+41
* Fixed #21469 -- Allow set objects in Meta.unique_together.Baptiste Mispelon2013-11-201-1/+35
* Fixing E302 ErrorsJason Myers2013-11-033-1/+16
* Fix all violators of E231Alex Gaynor2013-10-262-4/+4
* Start attacking E231 violationsAlex Gaynor2013-10-241-5/+5
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Whitespace cleanup.Tim Graham2013-10-103-3/+0
* Removed most of absolute_import importsClaude Paroz2013-07-294-5/+3
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-012-2/+3
* Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon2013-06-132-1/+6
* Fixed #20484 -- Added model validation for GenericIPAddre...Tim Graham2013-05-282-6/+12
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-6/+0
* Modified validation to work with unittest2 discovery.Preston Timmons2013-04-122-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-267-0/+567