All Versions
6
Latest Version
Avg Release Cycle
423 days
Latest Release
1930 days ago

Changelog History

  • v1.1.0 Changes

    February 18, 2019
    • โฌ‡๏ธ Drop official support for unsupported Django versions (1.8, 1.9, and 1.10)
    • โž• Add support for Django 2.0, 2.1, and 2.2 (thanks, @JungleKim and @wetneb!)
    • โž• Add support for Python 3.7
    • ๐Ÿ›  Fix Travis
  • v1.0.0 Changes

    October 13, 2017
    • โšก๏ธ Update Travis and Tox configurations
    • โฌ‡๏ธ Drop support for Python < 2.7
    • โž• Add support for Python 3.5 and 3.6
    • โฌ‡๏ธ Drop support for Django < 1.8
    • โž• Add support for Django 1.9, 1.10, and 1.11
    • โœ‚ Removed all custom cache backends.
    • ๐Ÿ›  Flake8 fixes

    ๐Ÿ‘€ See #125 for PR

  • v0.9.1 Changes

    October 22, 2015
    • ๐Ÿ›  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.
  • v0.9 Changes

    July 30, 2015
    • ๐Ÿ‘Œ Support for Python 3
    • A new setting, CACHE_INVALIDATE_ON_CREATE, which facilitates invalidation when a new model object is created.
  • v0.8.1 Changes

    July 03, 2015

    ๐Ÿš€ This release is primarily aimed at adding support for more recent versions of
    Django and catching up on recent contributions.

    • ๐Ÿ‘Œ Support for Django 1.7 and Django 1.8
    • ๐Ÿ›  Fix bug in parsing of REDIS_BACKEND URI
    • ๐Ÿ“š Miscellaneous bug fixes and documentation corrections
  • v0.8

    May 03, 2013