1
0
mirror of https://github.com/django/django.git synced 2025-03-10 09:22:46 +00:00
Aymeric Augustin b355e98a50 Normalized exceptions raised by AppConfig.create.
It raises ImportError whenever an entry in INSTALLED_APPS points
(directly or indirectly via AppConfig.name) to a non-existing module
and ImproperlyConfigured in all other cases.

Catching ImportError and re-raising ImproperlyConfigured tends to make
circular imports more difficult to diagnose.
2013-12-26 19:25:09 +01:00
..
2013-12-14 11:59:15 -05:00
2013-12-14 11:59:15 -05:00
2013-12-24 12:25:17 +01:00
2013-11-23 08:26:11 -08:00
2013-12-24 12:25:17 +01:00