summaryrefslogtreecommitdiff
path: root/tests/custom_columns
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...Mariusz Felisiak2022-10-071-23/+6
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-2/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-40/+47
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-2/+2
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-12/+9
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-6/+6
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-7/+8
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-5/+4
* 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 assertRaisesMessage in tests.Hasan2016-01-291-17/+8
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-4/+2
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-1/+1
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Merged custom_columns_regress into the custom_columns test package.Loic Bistuer2014-09-232-10/+66
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-1/+2
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Refs #18586 -- Split out long custom_columns lookup test into multiple tests.konarkmodi2013-03-191-22/+27
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+120