Skip to content

Releases: Bahus/easy_cache

Python >= 3.7 and Django > 2.0 Support

Choose a tag to compare

@Bahus Bahus released this 13 Oct 19:49

Thanks to @dyus easy_cache now supports Python 3.10 and Django 3-4

Bug fixes and documentation improvements

Choose a tag to compare

@Bahus Bahus released this 20 Jan 20:10
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

Choose a tag to compare

@Bahus Bahus released this 15 Jul 20:14
  • Now tests are passed in Python 3.6 + Django 1.11 environment.
  • refresh_cachemethod added to refresh cached value

Release v0.5.0

Choose a tag to compare

@Bahus Bahus released this 02 May 19:41
  • 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