diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-22 11:36:49 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-22 11:39:55 +0100 |
| commit | 690d1cb8d0341ac71613f6bb93f0793335ec6dfd (patch) | |
| tree | 73d8a8748fc9dcb97b6fc383f83f7f892bd01759 /django/apps | |
| parent | 2fef9e5375b0267734392080858d9fced15ee2f9 (diff) | |
Made AppConfig importable from django.apps.
It is a public API.
Diffstat (limited to 'django/apps')
| -rw-r--r-- | django/apps/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/apps/__init__.py b/django/apps/__init__.py index 0384b1257d..a1193eafcc 100644 --- a/django/apps/__init__.py +++ b/django/apps/__init__.py @@ -1 +1,2 @@ +from .base import AppConfig # NOQA from .cache import app_cache, UnavailableApp # NOQA |
