Commit graph

15 commits

Author SHA1 Message Date
Bertrand Bordage
f5bfeec59b Adds a get_last_invalidation template tag. 2015-10-24 20:26:11 +02:00
Bertrand Bordage
6c13636044 Creates get_last_invalidation(), while simplifying API usage. 2015-10-05 23:48:48 +02:00
Bertrand Bordage
abc00b1307 Merges invalidate_all, invalidate_tables and invalidate_models, while optimising it. 2015-10-05 22:31:47 +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
22ace2e2cb Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +01:00
Bertrand Bordage
04f7c76ab8 Updates a test. 2014-11-24 12:33:55 +01:00
Bertrand Bordage
6200a12b20 Invalidates raw queries. 2014-11-04 01:17:35 +01:00
Bertrand Bordage
1689820bee Fixes some method names. 2014-10-29 13:19:53 +01:00
Bertrand Bordage
04f0624598 Use an integer for booleans only on SQLite. 2014-10-29 12:34:44 +01:00
Bertrand Bordage
4e31d3cb7c Changes another boolean. 2014-10-29 12:30:04 +01:00
Bertrand Bordage
aa7c28782e Use integers instead of booleans for SQLite. 2014-10-29 12:25:05 +01:00
Bertrand Bordage
6d717b1590 Adds an APITestCase. 2014-10-29 12:10:07 +01:00