0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Fixed stupid error in 21f22f95.

This commit is contained in:
Aymeric Augustin 2013-12-29 20:57:03 +01:00
parent 368d90e261
commit 8cfcd801c4

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 ###