Fixed stupid error in 21f22f95.

This commit is contained in:
Aymeric Augustin 2013-12-29 20:57:03 +01:00
parent 368d90e261
commit 8cfcd801c4
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ class Apps(object):
This is mostly used in tests.
"""
self.clear_cache()
self.get_models.cache_clear()
### DEPRECATED METHODS GO BELOW THIS LINE ###