Commit 3bd6ce55 by Bridger Maxwell

Merged in master branch.

parents e9247920 a6fb97af
...@@ -11,6 +11,6 @@ from django.core import cache ...@@ -11,6 +11,6 @@ from django.core import cache
# to returning the default cache. This will happen with dev machines. # to returning the default cache. This will happen with dev machines.
try: try:
cache = cache.get_cache('general') cache = cache.get_cache('general')
except ValueError: except Exception:
cache = cache.cache cache = cache.cache
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment