Releases: Bahus/easy_cache
Releases · Bahus/easy_cache
Python >= 3.7 and Django > 2.0 Support
Bug fixes and documentation improvements
1.1.0 Fixes #8: cache invalidation for property does not work if cache key …
Release v0.6.0: cache refresh and Django 1.11 support
- Now tests are passed in Python 3.6 + Django 1.11 environment.
refresh_cache
method added to refresh cached value
Release v0.5.0
- Tests moved to separate folder and adapted for redis/memcached in docker
- Abstract cache instance class and client class for redis
- versioneer added
- Some fixes and compatibility changes
- Removed support for python 3.4 and Django 1.7
- Added support for python 3.6 and Django 1.10