- .delete() method for simple cache - .invalidate() method for cached() and file_cache.cached() functions
1.0.0
Not secure
- defend against model changes corrupting cache (ttyS15) - support F-expressions (Yuego) - fixed local_get with unhashable arg TypeError - fixed caching of raw queries (Yuego)
0.9.9
Not secure
- fixed file cache md5 reference
0.9.8
Not secure
- support isnull lookup for better invalidation - fixed 'Query' has no len() - dumped django.utils.hashcompat in favor of hashlib
0.9.7
Not secure
- support for flex models - support cached_as(SomeModel) - file cache default dir changed to /tmp/cacheops_file_cache - better support for tuples in extra param in cached and jinja2 tags