Django-ultracache

Latest version: v2.2

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

Scan your dependencies

Page 5 of 7

0.3.5

-----
. Keep the metadata cache size in check to prevent possibly infinite growth.

0.3.4

-----
. Prevent redundant sets.
. Work around an apparent Python bug related to `di[k].append(v)` vs `di[k] = di[k] + [v]`. The latter is safe.

0.3.3

-----
. Handle case where one cached view renders another cached view inside it, thus potentially sharing the same cache key.

0.3.2

-----
. The `ultracache` template tag now only caches HEAD and GET requests.

0.3.1

-----
. Trivial release to work around Pypi errors of the day.

0.3

---
. Replace `cache.get` in for loop with `cache.get_many`.

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.