django-cachalot/cachalot/tests
2015-03-09 21:57:31 +01:00
..
migrations Fixes tests for Django 1.6 & 1.7. 2015-01-18 17:50:35 +01:00
__init__.py Adds a test for the management command. 2015-02-22 00:51:47 +01:00
api.py Uses next(generator) instead of generator.next() for Python 3. 2015-02-22 01:05:12 +01: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 Fixes tests for Django 1.6 & 1.7. 2015-01-18 17:50:35 +01:00
multi_db.py Uses next(generator) instead of generator.next() for Python 3. 2015-02-22 01:05:12 +01:00
read.py Adds a test for unicode SELECTs. 2015-03-09 21:57:31 +01:00
settings.py Uses next(generator) instead of generator.next() for Python 3. 2015-02-22 01:05:12 +01:00
thread_safety.py Adds the last missing tests. 2014-12-14 08:52:21 +01:00
transaction.py Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +01:00
write.py Adds more rare advanced queries not handled by cachalot. 2015-02-17 23:57:58 +01:00