summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/test_checks.py
AgeCommit message (Expand)Author
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-09-18Refs #28586 -- Split descriptor from GenericForeignKey.Adam Johnson
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-02-03Split up contenttypes_tests.Tim Graham