mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-18 09:31:06 +00:00
Note on cachalot_settings as a class decorator.
This commit is contained in:
parent
bdd112e2fd
commit
0e48ffe63a
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ or simply by changing its attributes:
|
|||
|
||||
In tests, you can use
|
||||
`Django’s 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 can’t use
|
||||
``cachalot_settings`` to decorate a class.
|
||||
|
||||
|
||||
Limits
|
||||
|
|
|
|||
Loading…
Reference in a new issue