Removed liar comment RE: smart cache default

The smart cache defaults to enabled.
This commit is contained in:
Wes Winham 2014-01-29 15:29:13 -05:00
parent ff0ad30673
commit 426e0db6af

View file

@ -194,8 +194,6 @@ class BasePermission(object):
@property
def use_smart_cache(self):
# AUTHORITY_USE_SMART_CACHE defaults to False to maintain backwards
# compatibility.
use_smart_cache = getattr(settings, 'AUTHORITY_USE_SMART_CACHE', True)
return (self.user or self.group) and use_smart_cache