Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/apps.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #23641 -- Moved post_migrate signals for contrib ↵wrwrwr2014-11-271-1/+5
| | | | apps to AppConfig.ready().
* Fixed #23750 -- Allowed core.checks.register to be used ↵averybigant2014-11-111-1/+1
| | | | as a function
* Fixed #22195 -- Used constants to define built-in tags ↵Tim Graham2014-04-101-1/+1
| | | | | | for check framework. Thanks Elvard for the patch.
* Fixed #22070 -- Changed verbose_name for apps in ↵James Jenkins2014-03-071-1/+1
| | | | | | django.contrib to use title case Thanks bendavis78 for the report.
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+5
| | | | | Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8