django-cachalot/cachalot/tests
2015-04-17 20:06:18 +02:00
..
migrations Tests related to many to many relationships used via exclude queries 2015-04-17 13:50:51 +01:00
__init__.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02: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 Rewrites #16 in a minimal way, using an existing test and the models. 2015-04-17 18:10:33 +02: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
signals.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02: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 Rewrites #16 in a minimal way, using an existing test and the models. 2015-04-17 18:10:33 +02:00