summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/checks.py
AgeCommit message (Expand)Author
2025-09-18Refs #28586 -- Split descriptor from GenericForeignKey.Adam Johnson
2025-06-11Removed default value for app_configs in system check functions.Adam Johnson
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-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-20Fixed a couple of deprecation warningsAnssi Kääriäinen
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee