magic-removal: Fixed #1293 -- Added missing exception. Thanks, chad.cornsilk.net
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d53837b8bb
commit
d1d3925beb
|
@ -1,6 +1,7 @@
|
|||
"Utilities for loading models and the modules that contain them."
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
||||
__all__ = ('get_apps', 'get_app', 'get_models', 'get_model')
|
||||
|
||||
|
|
Loading…
Reference in New Issue