Skip to content

Commit

Permalink
Turned django.db.models.app_cache_ready back into a method.
Browse files Browse the repository at this point in the history
Thanks Anssi for noticing this mistake in a refactoring.
  • Loading branch information
aaugustin committed Dec 31, 2013
1 parent 9953e98 commit 80004c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/db/models/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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
Expand Down

0 comments on commit 80004c7

Please sign in to comment.