Skip to content

Releases: ycharts/django_cache_helper

1.0.3

10 Nov 14:28
Compare
Choose a tag to compare

1.0.2

10 Nov 14:21
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

1.0.1

10 Nov 14:19
Compare
Choose a tag to compare

What's Changed

  • Major Upgrades by @KFoxder in #18
    • Increased test coverage
    • Updated documentation
    • migrated from setup.py to pyproject.toml
    • Updated Github Actions
    • Published to pypi

Full Changelog: 1.1.0...v1.0.1

Remove ABC usage

17 Jan 20:59
Compare
Choose a tag to compare
  • Remove ABC for creating abstract interfaces

Add CacheHelperCacheable Interface

16 Jan 16:50
Compare
Choose a tag to compare
  • Added interface for projects to create a cache key for their own objects
  • Refactored existing code for correctness and readability

Conditional pylibmc import

29 Jun 21:27
Compare
Choose a tag to compare
Pre-release
0.2.4

conditional pylibmc import

0.2.3

27 Apr 17:56
Compare
Choose a tag to compare

Includes support for orderless dictionaries and sets to recognize when they are the same despite different ordering of same elements.