django-cachalot/cachalot/tests
Bertrand Bordage f6cfeb6226 Stops automatically invalidating other caches than CACHALOT_CACHE.
This had a negative impact on performance, and it was not working reliably.
It is clearer to invalidate only `CACHALOT_CACHE`, and to detail what
to do in the docs when we change `CACHALOT_CACHE`.
2016-09-29 19:11:21 +02:00
..
migrations Fixes the test suite. 2016-09-06 20:01:48 +02:00
__init__.py Tests FloatField and cache queries using it. 2015-10-28 16:51:26 +01:00
api.py Adds a Jinja2 extension. 2016-09-13 20:15:30 +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 Removes old Django 1.7 code. 2016-07-21 12:19:31 +02: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 old Django 1.7 code. 2016-07-21 12:19:31 +02:00
read.py Fixes a test broken by mysqlclient 1.3.8. 2016-09-29 17:28:27 +02:00
settings.py Stops automatically invalidating other caches than CACHALOT_CACHE. 2016-09-29 19:11:21 +02:00
signals.py Adds a test to check if the signal is not sent during transaction when using invalidate. 2016-09-29 13:49:42 +02:00
thread_safety.py Removes some useless compatibility code. 2015-10-28 12:13:48 +01:00
transaction.py Removes old Django 1.7 code. 2016-07-21 12:19:31 +02:00
write.py Fixes the test suite. 2016-09-06 20:01:48 +02:00