django1/django/apps
Aymeric Augustin c981d9140d [1.7.x] Fixed #22920 -- Avoid masking some exceptions.
If loading an application trigger an ImportError, the details of that
error were lost in some cases. Thanks Ben Davis for the report.

Backport of b161c01 from master
2014-09-09 20:54:07 +02:00
..
__init__.py Fixed #21877 -- Renamed django.apps.base to config. 2014-01-26 13:17:03 +01:00
config.py [1.7.x] Fixed #22920 -- Avoid masking some exceptions. 2014-09-09 20:54:07 +02:00
registry.py [1.7.x] Checked more precisely whether the app registry is ready. 2014-07-12 18:50:23 +02:00