Restored aliases for two APIs removed by app-loading.

This commit is contained in:
Aymeric Augustin 2014-03-02 14:01:52 +01:00
parent f732d55dfc
commit 7ba29189fa
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ warnings.warn(
__all__ = ('get_apps', 'get_app', 'get_models', 'get_model', 'register_models',
'load_app', 'app_cache_ready')
# Backwards-compatibility for private APIs during the deprecation period.
UnavailableApp = LookupError
cache = apps
# These methods were always module level, so are kept that way for backwards
# compatibility.
get_apps = apps.get_apps