django1/django/apps
Aymeric Augustin fec5330c79 Made unset_installed_apps reset the app registry state.
Previously the _apps/models_loaded flags could remain set to False if
set_installed_apps exited with an exception, which is going to happen as
soon as we add tests for invalid values of INSTALLED_APPS.
2013-12-26 19:21:02 +01:00
..
__init__.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
base.py Beefed up the comments for AppConfig.all_models. 2013-12-26 14:12:30 +01:00
registry.py Made unset_installed_apps reset the app registry state. 2013-12-26 19:21:02 +01:00