django-cachalot/cachalot
2014-12-08 22:00:08 +01:00
..
templates/cachalot Adds a django-debug-toolbar panel. 2014-12-08 22:00:08 +01:00
tests Simplifies cachalot_settings and forbids its modification. 2014-12-08 19:43:43 +01:00
__init__.py Updates version number. 2014-10-28 19:11:57 +01:00
api.py Typos in some docstrings. 2014-12-07 01:55:52 +01:00
cache.py Replaces del dict[k] by dict.pop(k). 2014-11-24 18:41:35 +01:00
models.py Adds a special cache for transactions. 2014-09-29 19:16:53 +02:00
monkey_patch.py Unnests some code & handles unexpected None found in cache with memcached. 2014-12-07 07:04:26 +01:00
panels.py Adds a django-debug-toolbar panel. 2014-12-08 22:00:08 +01:00
settings.py Simplifies cachalot_settings and forbids its modification. 2014-12-08 19:43:43 +01:00
transaction.py Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +01:00
utils.py Rewrites invalidation for a better speed & memory performance. 2014-11-24 12:05:00 +01:00