Note on cachalot_settings as a class decorator.

This commit is contained in:
Bertrand Bordage 2014-10-06 00:50:26 +02:00
parent bdd112e2fd
commit 0e48ffe63a

View file

@ -73,7 +73,8 @@ or simply by changing its attributes:
In tests, you can use
`Djangos testing tools <https://docs.djangoproject.com/en/1.7/topics/testing/tools/#overriding-settings>`_
as well as ``cachalot_settings``. They will both work the same.
as well as ``cachalot_settings``. The only difference is that you cant use
``cachalot_settings`` to decorate a class.
Limits