Contents

django-cachalot 2.9.0

0

Caches your Django ORM queries and automatically invalidates them.

Caches your Django ORM queries and automatically invalidates them.

Stars: 1409, Watchers: 1409, Forks: 155, Open Issues: 27

The noripyt/django-cachalot repo was created 11 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1409 github stars!

How to Install django-cachalot

You can install django-cachalot using pip

pip install django-cachalot

or add it to a project with poetry

poetry add django-cachalot

Package Details

Author
Bertrand Bordage, Andrew Chen Wang
License
BSD
Homepage
https://github.com/noripyt/django-cachalot
PyPi:
https://pypi.org/project/django-cachalot/
GitHub Repo:
https://github.com/noripyt/django-cachalot

Classifiers

  • Internet/WWW/HTTP
No  django-cachalot  pypi packages just yet.

Errors

A list of common django-cachalot errors.

Code Examples

Here are some django-cachalot code examples and snippets.

GitHub Issues

The django-cachalot package has 27 open issues on GitHub

  • CachalotPanel not working in Django Debug Toolbar
  • MySQL connections fail under ASGI/async ORM when cachalot enabled (Django 5.1.11, cachalot 2.8.0)
  • Exception during atomic enter can result in broken cache and memory leak
  • Django 6.0 support

See more issues on GitHub

Related Packages & Articles

cachetools 7.0.1

Cachetools is a python library that provides Extensible memoizing collections and decorators. It provides multiple cache classes based on different cache algorithms, as well as decorators for easily memoizing function and method calls.