django-cachalot/cachalot
2015-12-18 17:07:53 +01:00
..
management Creates get_last_invalidation(), while simplifying API usage. 2015-10-05 23:48:48 +02:00
templates/cachalot Small fixes in the debug toolbar panel. 2014-12-09 03:17:59 +01:00
templatetags Adds a get_last_invalidation template tag. 2015-10-24 20:26:11 +02:00
tests Fixes version number comparison. 2015-12-18 16:46:00 +01:00
__init__.py Version 1.1.0. 2015-10-28 19:17:39 +01:00
api.py Waits until the end of transaction before triggering the signal, and trigger the signal on all invalidations. 2015-10-28 12:54:39 +01:00
apps.py Adds DummyCache to VALID_CACHE_BACKENDS. 2015-11-06 12:05:41 +01:00
cache.py Waits until the end of transaction before triggering the signal, and trigger the signal on all invalidations. 2015-10-28 12:54:39 +01:00
models.py Looks like optional models.py are not really optional… Django is buggy… 2015-10-03 00:47:44 +02:00
monkey_patch.py Avoids extra invalidations during write operations. 2015-10-28 11:37:58 +01:00
panels.py Fixed deprecation warning 2015-11-27 16:03:27 +01:00
settings.py Adds CACHALOT_ONLY_CACHABLE_TABLES. 2015-10-05 20:10:19 +02:00
signals.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02:00
transaction.py Waits until the end of transaction before triggering the signal, and trigger the signal on all invalidations. 2015-10-28 12:54:39 +01:00
utils.py Fixes Django 1.7+1.8 compatibility. 2015-12-18 17:07:53 +01:00