summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_management.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-15Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.Simon Charette
2020-03-19Fixed #31123 -- Added --include-stale-apps option to the remove_stale_content...gowthamk63
2018-07-10Fixed #29556 -- Made 'remove_stale_contenttypes --noinput' delete content types.Jon Dufresne
2018-07-10Simplified a couple test docstrings.Tim Graham
2017-06-16Fixed #26936 -- Fixed stale ContentType deletion in apps without models.Pavel Rybintsev
2017-02-03Split up contenttypes_tests.Tim Graham