summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_management.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-0/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-29/+39
* Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette2020-05-151-2/+5
* Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk632020-03-191-5/+35
* Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne2018-07-101-6/+3
* Simplified a couple test docstrings.Tim Graham2018-07-101-5/+5
* Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev2017-06-161-1/+12
* Split up contenttypes_tests.Tim Graham2017-02-031-0/+65