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:
parent
9953e98e6a
commit
80004c7cc0
|
@ -21,7 +21,7 @@ get_models = apps.get_models
|
||||||
get_model = apps.get_model
|
get_model = apps.get_model
|
||||||
register_models = apps.register_models
|
register_models = apps.register_models
|
||||||
load_app = apps.load_app
|
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
|
# This method doesn't return anything interesting in Django 1.6. Maintain it
|
||||||
|
|
Loading…
Reference in New Issue