summaryrefslogtreecommitdiff
path: root/django/apps/config.py
AgeCommit message (Expand)Author
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2015-09-02Fixed #25246 -- Guarded against duplicate paths in AppConfig.Caio Ariede
2015-06-18Removed support for Python 3.3.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-18Removed an obsolete comment in django/apps/config.pyTim Graham
2014-09-08Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-07-12Checked more precisely whether the app registry is ready.Aymeric Augustin
2014-02-15Fixed two typos.Rodolfo Carvalho
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-26Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin