django-cachalot/cachalot
2018-08-09 17:47:02 +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 Django 2.0 support. 2018-05-04 20:26:26 +02:00
tests Fixes MySQL tests on Django 2.1. 2018-08-09 17:47:02 +02:00
__init__.py Version 2.0.2. 2018-07-27 20:27:56 +02:00
api.py Allows specifying a schema name in Model._meta.db_table. 2018-06-14 15:23:17 +02:00
apps.py Allows running on Django 2.1. 2018-08-09 14:29:47 +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
jinja2ext.py Renames the Jinja2 extension for Python 2.7 compatibility. 2016-09-13 20:30:18 +02: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 Handles cases where cache values were tampered with. 2018-07-27 17:07:46 +02:00
panels.py Multiple Python optimisations. 2017-06-07 08:59:35 +02:00
settings.py Adds Django 2.0 support. 2018-05-04 20:26:26 +02:00
signals.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02:00
transaction.py Fixes issue #62. 2016-10-23 21:22:22 +02:00
utils.py Handles .union, .intersection, & .difference. 2018-07-27 16:43:57 +02:00