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

Latest commit

 

History

History
65 lines (43 loc) · 1.25 KB

HISTORY.md

File metadata and controls

65 lines (43 loc) · 1.25 KB

History

0.5.1

  • Avoid spurious cache miss when query is empty
  • Fixed error: 'NoneType' object has no attribute \_meta

0.5

  • Add support for Django 1.10

0.4.1

  • Update requirements to Django<1.10

0.4

  • Support for django 1.9

0.3

  • Support for django 1.8

0.2

  • Use django.core.cache.caches available in django 1.7 for efficient cache backend access

0.1.5

  • [BUGFIX] - Fix for non-ascii characters in query.

0.1.4

  • [BUGFIX] - Fix cache eviction on bulk updates for models that have a ManyToManyField with an intermediate(through) model.

0.1.3

  • [BUGFIX] - Fix cache eviction for models that have a ManyToManyField with an intermediate(through) model.

0.1.2

0.1.1

  • [BUGFIX] - Invalidate related model caches for changes, needed for select_related queries.

0.1.0

  • Test coverage
  • Cache invalidation for manytomany relation

0.1.0-beta.1

  • First beta release