Commit 80004c7c authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

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

Thanks Anssi for noticing this mistake in a refactoring.
parent 9953e98e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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