django-cachalot/cachalot
2016-07-21 23:59:11 +02:00
..
management Modernizes the manage.py command. 2016-07-21 10:56:23 +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 the bytes → str conversion. 2016-07-21 23:59:11 +02:00
__init__.py Version 1.2.1. 2016-02-17 19:49:22 +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 Change slightly the PostgreSQL backend compatibility code. 2016-07-21 12:26:40 +02: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 Fixes the bytes → str conversion. 2016-07-21 23:59:11 +02: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 Small Python optimisations & simplifications. 2016-01-11 22:57:42 +01:00
utils.py Removes old Django 1.7 code. 2016-07-21 12:19:31 +02:00