django-cachalot/cachalot/tests
2015-06-19 19:33:46 +02:00
..
migrations Adds a test for BinaryField in order to test unknown parameters types. 2015-06-19 18:50:29 +02: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 Adds a test for BinaryField in order to test unknown parameters types. 2015-06-19 18:50:29 +02:00
multi_db.py Fixes the SET SQL_AUTO_IS_NULL = 0 issue in the multi-db test. 2015-06-17 23:08:36 +02:00
read.py Updates a test name and description. 2015-06-19 19:33:46 +02:00
settings.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
signals.py Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02: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 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
write.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