django1/django/contrib
Aymeric Augustin 65cd74be8e Stopped iterating on INSTALLED_APPS.
Used the app cache's get_app_configs() method instead.
2013-12-22 11:39:18 +01:00
..
admin Terminated AppCache._populate() with extreme prejudice. 2013-12-22 11:39:17 +01:00
admindocs Fixed #21386 -- Removed admindocs dependence on sites framework 2013-12-18 19:44:04 +01:00
auth Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
comments Moved the new app cache inside core. 2013-12-17 10:17:46 +01:00
contenttypes Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
flatpages Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
formtools Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
gis Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
humanize Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
messages Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
redirects Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
sessions Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
sitemaps Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
sites Removed the app_config.installed flag. 2013-12-22 11:39:17 +01:00
staticfiles Stopped iterating on INSTALLED_APPS. 2013-12-22 11:39:18 +01:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
__init__.py