summaryrefslogtreecommitdiff
path: root/django/contrib/admin/apps.py
AgeCommit message (Expand)Author
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
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-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin