Bertrand Bordage
|
7177361267
|
Avoids extra invalidations during write operations.
|
2015-10-28 11:37:58 +01:00 |
|
Bertrand Bordage
|
7efb8ae232
|
Adds tests for many-to-many managers.
|
2015-10-02 23:19:02 +02:00 |
|
Bertrand Bordage
|
1c1b6ebd26
|
Add 2 test for foreign key relations.
|
2015-10-02 21:04:33 +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
|
00de631330
|
Rewrites #16 in a minimal way, using an existing test and the models.
|
2015-04-17 18:10:33 +02:00 |
|
Helen Warren
|
4eeeb70225
|
Tests related to many to many relationships used via exclude queries
|
2015-04-17 13:50:51 +01: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
|
76b2c08dc8
|
Adds more rare advanced queries not handled by cachalot.
|
2015-02-17 23:57:58 +01:00 |
|
Bertrand Bordage
|
cd278aea75
|
Moves a test method.
|
2015-02-17 22:07:23 +01:00 |
|
Bertrand Bordage
|
67c05ed460
|
Adds 2 tests for HAVING queries.
|
2015-02-17 21:47:41 +01:00 |
|
Bertrand Bordage
|
81b63eaff3
|
Adds a missing test for subqueries.
|
2015-02-17 21:23:51 +01:00 |
|
Bertrand Bordage
|
ae9dc1118b
|
Fixes tests for SQLite.
|
2014-12-14 09:01:17 +01:00 |
|
Bertrand Bordage
|
1356de58af
|
Adds the last missing tests.
|
2014-12-14 08:52:21 +01:00 |
|
Bertrand Bordage
|
3293c2c644
|
Adds tests for cursor.executemany.
|
2014-12-07 02:38:10 +01:00 |
|
Bertrand Bordage
|
6200a12b20
|
Invalidates raw queries.
|
2014-11-04 01:17:35 +01:00 |
|
Bertrand Bordage
|
a8fa93ebd3
|
Removes the hack for the number of queries with MySQL.
|
2014-10-29 20:00:33 +01:00 |
|
Bertrand Bordage
|
ddfbfba75d
|
Caches all queries resulting of a `Queryset.extra`.
|
2014-10-29 19:38:33 +01:00 |
|
Bertrand Bordage
|
683b5463f1
|
Fixes yet another testing issue with SQLite.
|
2014-10-29 15:03:56 +01:00 |
|
Bertrand Bordage
|
38065f9454
|
Fixes the number of queries for SQLite.
|
2014-10-29 14:57:01 +01:00 |
|
Bertrand Bordage
|
7bfd570554
|
Adds tests for multi-table inheritance.
|
2014-10-29 13:46:27 +01:00 |
|
Bertrand Bordage
|
5a4f0a4f7a
|
Fixes tests for Django 1.7 & MySQL.
|
2014-10-21 23:49:26 +02:00 |
|
Bertrand Bordage
|
e276d3961c
|
Adds a test to find if the cache is invalidated after flush and loaddata commands.
|
2014-10-21 23:10:58 +02:00 |
|
Bertrand Bordage
|
a4f766fd14
|
Adds tests for select_for_update.
|
2014-10-20 17:25:20 +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 |
|