Clarifying default for COMPRESS_CACHE_BACKEND
This commit is contained in:
@@ -334,7 +334,7 @@ Caching settings
|
|||||||
|
|
||||||
.. attribute:: COMPRESS_CACHE_BACKEND
|
.. attribute:: COMPRESS_CACHE_BACKEND
|
||||||
|
|
||||||
:Default: ``"default"`` or ``CACHE_BACKEND``
|
:Default: ``CACHES["default"]`` or ``CACHE_BACKEND``
|
||||||
|
|
||||||
The backend to use for caching, in case you want to use a different cache
|
The backend to use for caching, in case you want to use a different cache
|
||||||
backend for Django Compressor.
|
backend for Django Compressor.
|
||||||
|
Reference in New Issue
Block a user