django-cachalot/cachalot/tests
2015-10-28 16:19:33 +01:00
..
migrations Adds tests for UUIDField and DurationField and cache their queries. 2015-10-28 16:19:33 +01:00
__init__.py Fixes Django 1.7 compatibility. 2015-10-03 04:30:23 +02:00
api.py Adds a get_last_invalidation template tag. 2015-10-24 20:26:11 +02:00
db_router.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
loaddata_fixture.json Adds a test to find if the cache is invalidated after flush and loaddata commands. 2014-10-21 23:10:58 +02:00
models.py Adds tests for UUIDField and DurationField and cache their queries. 2015-10-28 16:19:33 +01:00
multi_db.py Fixes the independence issue when nesting atomic block of different databases. 2015-10-26 02:42:13 +01:00
postgres.py Removes some useless compatibility code. 2015-10-28 12:13:48 +01:00
read.py Adds tests for UUIDField and DurationField and cache their queries. 2015-10-28 16:19:33 +01:00
settings.py Fixes tests on Django 1.7. 2015-10-05 20:20:43 +02:00
signals.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
thread_safety.py Removes some useless compatibility code. 2015-10-28 12:13:48 +01:00
transaction.py Removes some useless compatibility code. 2015-10-28 12:13:48 +01:00
write.py Avoids extra invalidations during write operations. 2015-10-28 11:37:58 +01:00