django-cachalot/cachalot
2015-10-04 23:07:52 +02:00
..
management Stops using deprecated functions. 2015-10-03 01:00:34 +02:00
templates/cachalot Small fixes in the debug toolbar panel. 2014-12-09 03:17:59 +01:00
tests Fixes migration on Django 1.7. 2015-10-04 22:24:58 +02:00
__init__.py Merge branch 'master' into django-1.8 2015-10-02 18:39:04 +02:00
api.py Simplification. 2015-06-17 21:22:22 +02:00
apps.py Checks that the database and the cache are compatible. 2015-10-04 23:07:52 +02:00
cache.py Merge branch 'master' into django-1.8 2015-10-02 18:39:04 +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 Merge branch 'master' into django-1.8 2015-10-02 18:39:04 +02:00
panels.py Small fixes in the debug toolbar panel. 2014-12-09 03:17:59 +01:00
settings.py Adds an UNCACHABLE_TABLES setting to fix some migrations issues in tests and significantly speed up tests. 2015-06-17 21:24:49 +02:00
signals.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02:00
transaction.py Small Python optimizations. 2015-01-03 06:38:16 +01:00
utils.py Tests all django.contrib.postgres reading possibilities + makes caching work for most array and hstore queries. 2015-10-04 22:14:18 +02:00