Closed alanhamlett closed 11 years ago
Using view_func like if view_func in self._exempt_views: Causes the compare to return False if the hash for a view has changed.
if view_func in self._exempt_views:
Instead, use the view's location and name.
Using view_func like
if view_func in self._exempt_views:
Causes the compare to return False if the hash for a view has changed.Instead, use the view's location and name.