From 0e48ffe63aa15aa448e705e1904f3cbf98524eef Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Mon, 6 Oct 2014 00:50:26 +0200 Subject: [PATCH] Note on cachalot_settings as a class decorator. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18f12b4..ae7b317 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,8 @@ or simply by changing its attributes: In tests, you can use `Django’s testing tools `_ -as well as ``cachalot_settings``. They will both work the same. +as well as ``cachalot_settings``. The only difference is that you can’t use +``cachalot_settings`` to decorate a class. Limits