Commit graph

20 commits

Author SHA1 Message Date
Bertrand Bordage
6b385919f1 Fixes tests on Django 1.7. 2015-10-05 20:20:43 +02:00
Bertrand Bordage
a8b77c6e32 Adds CACHALOT_ONLY_CACHABLE_TABLES. 2015-10-05 20:10:19 +02:00
Bertrand Bordage
9938b54123 Merge branch 'master' into django-1.8
Conflicts:
	cachalot/cache.py
	cachalot/monkey_patch.py
	cachalot/tests/read.py
	cachalot/utils.py
	tox.ini
2015-10-02 18:39:04 +02:00
Bertrand Bordage
d2b03e5d8d 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
Bertrand Bordage
f10f6daae5 Adds a test for CACHALOT_UNCACHABLE_TABLES. 2015-06-17 22:37:08 +02:00
Bertrand Bordage
c2d62dbad3 Uses database cursors as context managers. 2015-04-11 02:04:53 +02:00
Bertrand Bordage
16e14c9219 Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
Bertrand Bordage
0b86ae2bac Uses next(generator) instead of generator.next() for Python 3. 2015-02-22 01:05:12 +01:00
Bertrand Bordage
b7dbd00d02 Adds a test for the management command. 2015-02-22 00:51:47 +01:00
Bertrand Bordage
1356de58af Adds the last missing tests. 2014-12-14 08:52:21 +01:00
Bertrand Bordage
d84783b0f1 Simplifies cachalot_settings and forbids its modification. 2014-12-08 19:43:43 +01:00
Bertrand Bordage
47b0044e6d Detail. 2014-12-07 07:03:16 +01:00
Bertrand Bordage
fa523b95bb Restores a test commented because it was unexpectedly breaking the suite. 2014-12-07 05:21:24 +01:00
Bertrand Bordage
bd8facfff7 [Travis CI] Comments a subtest to see if it’s the one freezing the test suite. 2014-11-25 03:13:43 +01:00
Bertrand Bordage
6200a12b20 Invalidates raw queries. 2014-11-04 01:17:35 +01:00
Bertrand Bordage
5f94747ae6 Adds CACHALOT_CACHE_RANDOM. 2014-10-29 17:50:36 +01:00
Bertrand Bordage
1f1697891b Adds more multi-database tests. 2014-10-21 19:51:03 +02:00
Bertrand Bordage
19f306054d Adds multi-database support. 2014-10-20 23:43:10 +02:00
Bertrand Bordage
7877a13e82 Adds 2 tests. 2014-10-20 16:44:22 +02:00
Bertrand Bordage
0da4880442 Separates tests in several files. 2014-10-20 15:40:37 +02:00