Merged in master branch.

This commit is contained in:
Bridger Maxwell
2012-04-17 18:37:57 -04:00

View File

@@ -11,6 +11,6 @@ from django.core import cache
# to returning the default cache. This will happen with dev machines.
try:
cache = cache.get_cache('general')
except ValueError:
except Exception:
cache = cache.cache