summaryrefslogtreecommitdiff
path: root/django/contrib/admin/apps.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+1
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-0/+2
* Fixed #8500 -- Allowed overriding the default admin site instance.Raffaele Salmaso2018-02-031-0/+1
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.Vincenzo Pandolfo2016-01-221-1/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant2014-11-111-1/+1
* Fixed #22195 -- Used constants to define built-in tags for check framework.Tim Graham2014-04-101-1/+1
* Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins2014-03-061-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-2/+13
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-181-0/+3
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8