summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_views.py
AgeCommit message (Expand)Author
2025-10-16Bumped minimum isort version to 7.0.0.Jacob Walls
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-04-02Fixed #36267 -- Fixed contenttypes shortcut() view crash with an invalid obje...Ahmed Nassar
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2018-06-21Refs #18620 -- Refactored ContentTypes view tests to group related field test...Paulo
2018-06-21Fixed #18620 -- Made ContentTypes shortcut view prefer current site if availa...Paulo
2018-06-21Added test for contenttype redirect with m2m objects.Paulo
2018-06-21Corrected location of some contenttypes_tests.Tim Graham
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-02-03Split up contenttypes_tests.Tim Graham