summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_list.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-122/+134
* Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...Bjorn Kristinsson2017-11-071-0/+8
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-1/+5
* Refs #23919 -- Removed unneeded force_str callsClaude Paroz2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-2/+16
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #18355 -- Added ordering options to list based generic views.Peter Harley2014-08-151-1/+17
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+217