Andrew-Chen-Wang
d0b5213014
v2.3.3
...
* Fix a comment block disabling incorrectly RST form for cachalot_disabled
* Update CHANGELOG.rst
* Several points did I incorrectly say that 50 modifications per second was too much. It was supposed to say minute. You'd have to have a LARGE website to really get to that point since inserts from an external DB would typically take a 250-1000ms/1s per INSERT/UPDATE
* Add Python 3.9 support in the docs and setup.py
* Move chat to Discord and reflect in the docs
2020-11-08 21:01:14 -05:00
Bertrand Bordage
da4e21b515
Adds CACHALOT_DATABASES and removes dynamic setting support.
...
Dynamic setting support is removed because it’s not thread-safe.
2017-06-04 18:37:39 +02:00
Bertrand Bordage
8caeab4742
Documentation update on CACHALOT_CACHE & some limits.
2016-09-29 19:12:01 +02:00
Bertrand Bordage
dbbc4ff4c8
Documentation typos.
2016-09-13 22:25:42 +02:00
Bertrand Bordage
cffed48026
Version 1.3.0.
2016-09-13 21:59:10 +02:00
Bertrand Bordage
62cb9c5c78
Adds a « Do not use if… » documentation paragraph.
2016-09-13 13:51:22 +02:00
Bertrand Bordage
d2c9274d5d
Doc typo.
2016-05-31 14:03:26 +02:00
Bertrand Bordage
286e59074d
Documents how to use django-cachalot with a replica database.
2015-12-19 02:58:38 +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
f0afd485b2
Typo.
2015-10-24 21:21:23 +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
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
9016c650ac
Adds a note on how to increase memcached memory limits.
...
Fixes #13 .
2015-04-11 00:59:22 +02:00
Bertrand Bordage
0c8180a6e7
Adds the invalidate_cachalot Django command.
2015-02-18 03:03:32 +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
3ce311d735
Adds a note about MySQL query cache.
2014-12-13 20:05:39 +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
Bertrand Bordage
ddfbfba75d
Caches all queries resulting of a `Queryset.extra`.
2014-10-29 19:38:33 +01:00
Bertrand Bordage
d36ee841b9
Creates a Sphinx documentation.
2014-10-28 23:44:28 +01:00