Commit graph

59 commits

Author SHA1 Message Date
Bertrand Bordage
d959f3e42f Waits until the end of transaction before triggering the signal, and trigger the signal on all invalidations. 2015-10-28 12:54:39 +01:00
Bertrand Bordage
14151bc1fd Typo. 2015-10-26 20:51:55 +01:00
Bertrand Bordage
5a077ee607 Moves two table lines in the docs. 2015-10-25 20:46:38 +01:00
Bertrand Bordage
3a0372c2e9 Typos in the docs introduction. 2015-10-25 20:34:27 +01:00
Bertrand Bordage
130be2a434 Adds a whole comparison with other ORM caches. 2015-10-25 20:08:18 +01:00
Bertrand Bordage
6249ade208 Improves documentation of the latest additions. 2015-10-25 00:47:24 +02:00
Bertrand Bordage
cb0cb1d7a4 Merge remote-tracking branch 'origin/master' into django-1.8
Conflicts:
	docs/quickstart.rst
2015-10-24 22:37:19 +02:00
Bertrand Bordage
f0afd485b2 Typo. 2015-10-24 21:21:23 +02:00
Alson Kemp
6d14f074c5 Update to Quick Start
Highlight the need to sync clock across multiple servers.
2015-10-16 11:54:11 -07:00
Bertrand Bordage
6c13636044 Creates get_last_invalidation(), while simplifying API usage. 2015-10-05 23:48:48 +02:00
Bertrand Bordage
a8b77c6e32 Adds CACHALOT_ONLY_CACHABLE_TABLES. 2015-10-05 20:10:19 +02:00
Bertrand Bordage
5b0ffb984f Typo. 2015-10-04 23:29:21 +02:00
Bertrand Bordage
009b7ca557 Handles Django bug #25501 in tests. 2015-10-04 18:35:44 +02:00
Bertrand Bordage
969e7af538 Remove Gratipay badges because of the drastic policy changes of Gratipay 2.0. 2015-10-02 21:03:37 +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
5cc4d3ae93 Adds an UNCACHABLE_TABLES setting to fix some migrations issues in tests and significantly speed up tests. 2015-06-17 21:24:49 +02:00
Bertrand Bordage
1816779d35 Updates docs. 2015-05-24 19:59:00 +02:00
Joe Rose
e552160c08 #19 2015-05-08 07:57:46 -04:00
Bertrand Bordage
3798a1c97d Adds a signal to trigger post-invalidation behaviours. 2015-04-17 20:06:18 +02:00
Bertrand Bordage
16e14c9219 Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
Bertrand Bordage
9016c650ac Adds a note on how to increase memcached memory limits.
Fixes #13.
2015-04-11 00:59:22 +02:00
Bertrand Bordage
2f8422a622 Updates index.rst. 2015-03-16 16:55:49 +01:00
Bertrand Bordage
e6986744df Adds a TODO. 2015-03-15 17:45:20 +01:00
Bertrand Bordage
3da5c92eaa Adds an introduction to the benchmark. 2015-02-22 05:00:48 +01:00
Bertrand Bordage
0c8180a6e7 Adds the invalidate_cachalot Django command. 2015-02-18 03:03:32 +01:00
Bertrand Bordage
13f296f190 Adds benchmark conditions. 2015-02-16 21:25:19 +01:00
Bertrand Bordage
2249e07b24 Updates to 2015. 2015-02-16 21:14:06 +01:00
Bertrand Bordage
639f782903 [Docs] Improves Limits.Redis. 2015-02-16 21:12:52 +01:00
Stefan Talpalaru
8af6b101df document Redis' default key eviction policy problem 2015-02-16 16:18:32 +01:00
Bertrand Bordage
ce9c1c4d55 Adds benchmark results to the docs. 2014-12-14 10:46:52 +01:00
Bertrand Bordage
56e12f0dba Typos. 2014-12-14 10:12:38 +01:00
Bertrand Bordage
9d8fbf07b9 Updates docs. 2014-12-14 10:06:12 +01:00
Bertrand Bordage
6e2f08220e Updates the API docs. 2014-12-14 09:59:07 +01:00
Bertrand Bordage
3355d2c0b2 Layout in quickstart. 2014-12-14 09:51:37 +01:00
Bertrand Bordage
b6c1dfc200 Restores locmem support for Django 1.6. 2014-12-14 08:08:51 +01:00
Bertrand Bordage
3e8135722a Drops pylibmc support with Django 1.6 due to a severe random pylibmc freeze without traceback. 2014-12-14 07:54:54 +01:00
Bertrand Bordage
43b29a9271 Removes locmem support on Django 1.6. 2014-12-14 05:57:40 +01:00
Bertrand Bordage
3ce311d735 Adds a note about MySQL query cache. 2014-12-13 20:05:39 +01:00
Bertrand Bordage
bd10637f46 Adds a django-debug-toolbar panel. 2014-12-08 22:00:08 +01:00
Bertrand Bordage
d84783b0f1 Simplifies cachalot_settings and forbids its modification. 2014-12-08 19:43:43 +01:00
Bertrand Bordage
47bb01c7b3 Adds pylibmc support. 2014-12-08 03:47:11 +01:00
Bertrand Bordage
13ea4b0bde Removes file-based cache support for Django 1.6. 2014-12-08 03:16:31 +01:00
Bertrand Bordage
b1804a11ee Adds file-based caching support. 2014-12-08 01:01:58 +01:00
Bertrand Bordage
654114b233 Adds some TODOs. 2014-11-28 23:05:34 +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
680cbc61d0 Stops pickling results for performance and security reasons. 2014-11-19 21:51:04 +01:00
Bertrand Bordage
714bb0f253 Updates TODO. 2014-11-04 01:31:16 +01:00
Bertrand Bordage
890819ce3d Layout typo. 2014-11-04 01:21:36 +01:00
Bertrand Bordage
c2ec0914ee Adds a link. 2014-11-04 01:19:20 +01:00
Bertrand Bordage
6200a12b20 Invalidates raw queries. 2014-11-04 01:17:35 +01:00