django-cachalot/cachalot/tests
2015-10-28 10:47:48 +01:00
..
migrations Fixes migration on Django 1.7. 2015-10-04 22:24:58 +02: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 Tests all django.contrib.postgres reading possibilities + makes caching work for most array and hstore queries. 2015-10-04 22:14:18 +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 Tests all django.contrib.postgres reading possibilities + makes caching work for most array and hstore queries. 2015-10-04 22:14:18 +02:00
read.py Tests timezones. 2015-10-04 21:04:54 +02:00
settings.py Fixes tests on Django 1.7. 2015-10-05 20:20:43 +02:00
signals.py Removes the last Python 2.6 compatibility code. 2015-10-28 10:47:48 +01:00
thread_safety.py Creates a MySQL cursor before each test to avoid the extra SET SQL_AUTO_IS_NULL = 0 request. 2015-06-17 23:00:52 +02:00
transaction.py Fixes version comparisons. 2015-10-02 20:09:52 +02:00
write.py Adds tests for many-to-many managers. 2015-10-02 23:19:02 +02:00