django-cache-machine v0.9.1 Release Notes

Release Date: 2015-10-22 // over 8 years ago
    • ๐Ÿ›  Fix bug that prevented objects retrieved via cache machine from being
      ๐Ÿ‘€ re-cached by application code (see PR #103)
    • ๐Ÿ›  Fix bug that prevented caching objects forever when using Django <= 1.5
      ๐Ÿ‘€ (see PR #104)
    • ๐Ÿ›  Fix regression (introduced in 0.8) that broke invalidation when an object
      was cached via a slave database and later modified or deleted via the
      ๐Ÿ‘€ master database, when using master/slave replication (see PR #105). Note
      this change may cause unexpected invalidation when sharding across DBs
      that share both a schema and primary key values or other attributes.