Closed muodov closed 9 years ago
Thank you for the PR.
But, your condition should be the other way around. Also django.VERSION >= (1, 7)
seems to be the preferred way to check version number.
Anyway, I have fixed the issue now.
Oops. Thank you! :)
Using get_cache() in Django 1.7 or above generates annoying deprecation warning. This function will be removed in Django 1.9. This fix handles Django version and uses appropriate API.