Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Releases: vijaykatam/django-cache-manager

v0.5.1

08 Dec 01:38
Compare
Choose a tag to compare
  • Avoid spurious cache miss when query is empty
  • Fixed error: 'NoneType' object has no attribute _meta

v0.4.1

25 Feb 03:17
Compare
Choose a tag to compare
  • Update requirements to Django<1.10

v0.4

13 Dec 21:43
Compare
Choose a tag to compare
  • Add support for Django 1.9

v0.3

10 Oct 19:43
Compare
Choose a tag to compare
  • Add support for Django 1.8

v0.2

02 Sep 18:16
Compare
Choose a tag to compare
  • Use django.core.cache.caches available in django 1.7 for efficient cache backend access

v0.1.5

21 Apr 20:12
Compare
Choose a tag to compare
  • [BUGFIX] - Fix for non-ascii characters in query.

v0.1.4

31 Mar 02:59
Compare
Choose a tag to compare
  • [BUGFIX] - Fix cache eviction on bulk updates for models that have a ManyToManyField with an intermediate(through) model.

v0.1.3

06 Mar 18:51
Compare
Choose a tag to compare
  • [BUGFIX] - Fix cache eviction for models that have a ManyToManyField with an intermediate(through) model.

v0.1.2

24 Feb 16:30
Compare
Choose a tag to compare

v0.1.1

18 Feb 04:49
Compare
Choose a tag to compare
  • [BUGFIX] - Invalidate related model caches for changes, needed for select_related queries.