summaryrefslogtreecommitdiff
path: root/django/apps/config.py
AgeCommit message (Expand)Author
2020-12-22Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-08-10Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2018-09-26Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...Marten Kenbeek
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-11-20Refs #26207 -- Removed obsolete comments about deferred model classes.Adam Chainz
2016-10-28Added require_ready argument to get_model methods.Aymeric Augustin
2016-10-28Simplified AppConfig.import_models().Aymeric Augustin
2016-10-28Modified readiness check in AppConfig.get_model(s).Aymeric Augustin
2016-06-02Fixed #26616 -- Improved error message when AppConfig.name is invalid.inondle
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