Django-cache-memoize

Latest version: v0.2.0

Safety actively analyzes 622295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.10

- Support for Django 3.2
`pull51 <https://github.com/peterbe/django-cache-memoize/pull/51>`
Thanks UsamaSadiq

0.1.9

- Fix potential problem with default cache key generation (sort order,
possible identical key, quoting of paramters with ``=`` sign in string)
`pull50 <https://github.com/peterbe/django-cache-memoize/pull/50>`_
Thanks kri-k

0.1.8

~~~~~

- New `get_cache_key` method for findout out what a decorated function's
cache key would be.
`pull44 <https://github.com/peterbe/django-cache-memoize/pull/44>`_
Thanks benweatherman

0.1.7

~~~~~

- Use a functions's ``__qualname__`` instead to avoid clases with functions
of the same name.
`pull41 <https://github.com/peterbe/django-cache-memoize/pull/41>`_

0.1.6

~~~~~

- Fetch cache backend later to provide thread-safety
`pull21 <https://github.com/peterbe/django-cache-memoize/pull/21>`_

- Fix cache invalidation with custom key generator
`pull20 <https://github.com/peterbe/django-cache-memoize/pull/20>`_

0.1.5

~~~~~

- Fix when using ``_refresh=False`` and the ``.invalidate()``.
`pull19 <https://github.com/peterbe/django-cache-memoize/pull/19>`_

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.