debian-django-cachalot/cachalot
Bertrand Bordage e9babc6e70 Merge pull request #80 from izimobil/master
Fixed django>=1.11 support.
2017-06-02 23:05:07 +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 Revert "Fixes a test broken by mysqlclient 1.3.8." 2016-10-23 21:04:42 +02:00
__init__.py Partially reverts 2cf0d65 from #68. 2017-06-02 23:03:45 +02:00
api.py Ensures we never send the signal during a transaction. 2016-09-29 13:55:40 +02:00
apps.py Stops checking compatibility for caches other than CACHALOT_CACHE. 2016-10-23 21:10:10 +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 Stops automatically invalidating other caches than `CACHALOT_CACHE`. 2016-09-29 19:11:21 +02:00
panels.py Fixes cache in CachalotPanel, Version 1.4.2 2016-11-22 15:09:39 +01:00
settings.py Adds CACHALOT_TIMEOUT. 2016-09-06 21:57: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 Fixed django>=1.11 support. 2017-06-02 17:29:11 +02:00