Turned django.db.models.app_cache_ready back into a method.

Thanks Anssi for noticing this mistake in a refactoring.
This commit is contained in:
Aymeric Augustin 2013-12-31 14:07:40 +01:00
parent 9953e98e6a
commit 80004c7cc0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ get_models = apps.get_models
get_model = apps.get_model
register_models = apps.register_models
load_app = apps.load_app
app_cache_ready = apps.ready
app_cache_ready = apps.app_cache_ready
# This method doesn't return anything interesting in Django 1.6. Maintain it