summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_operations.py
AgeCommit message (Expand)Author
2026-02-25Fixed #36839 -- Warned when model renames encounter conflicts from stale Cont...AbhimanyuGit2507
2023-12-31Used addCleanup() in tests where appropriate.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-06-06Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani
2017-02-03Split up contenttypes_tests.Tim Graham