summaryrefslogtreecommitdiff
path: root/tests/null_queries
Commit message (Expand)AuthorAgeFilesLines
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+3
* Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequ...Collin Anderson2017-04-101-31/+10
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-3/+0
* Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets2013-12-181-3/+7
* Fixing E302 ErrorsJason Myers2013-11-021-0/+5
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-5/+5
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+115