This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
Releases: vijaykatam/django-cache-manager
Releases · vijaykatam/django-cache-manager
v0.5.1
v0.4.1
- Update requirements to Django<1.10
v0.4
- Add support for Django 1.9
v0.3
- Add support for Django 1.8
v0.2
- Use django.core.cache.caches available in django 1.7 for efficient cache backend access
v0.1.5
- [BUGFIX] - Fix for non-ascii characters in query.
v0.1.4
- [BUGFIX] - Fix cache eviction on bulk updates for models that have a ManyToManyField with an intermediate(through) model.
v0.1.3
- [BUGFIX] - Fix cache eviction for models that have a ManyToManyField with an intermediate(through) model.
v0.1.2
- [BUGFIX] - Properly handle passing of an empty iterable to '__in' filter args. Related Django bug: https://code.djangoproject.com/ticket/12717
v0.1.1
- [BUGFIX] - Invalidate related model caches for changes, needed for select_related queries.