summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/apps.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-05-17Fixed #24067 -- Renamed content types upon model renaming.Simon Charette
2014-11-27Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-04-10Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin