summaryrefslogtreecommitdiff
path: root/tests/null_queries/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...Albert Defler2022-02-221-3/+8
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+12
* 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 encoding preambles and future importsClaude Paroz2017-01-181-2/+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
* 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
* 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-261-0/+83