From 3282332f480de553147572d19b7684e4485f51e6 Mon Sep 17 00:00:00 2001 From: Manuel Razzari Date: Wed, 27 Apr 2016 17:17:12 -0300 Subject: [PATCH] Minor docs clarification on COMPRESS_OFFLINE. From #680 > If you have the flag set, does the compression still happens at request time? This was a bit confusing due to "also" in the description implying that should offline fail, the full compress flow would be used as fallback. Added a link to further info. --- docs/settings.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/settings.txt b/docs/settings.txt index b175bff..58bd46c 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -458,9 +458,9 @@ Offline settings :Default: ``False`` - Boolean that decides if compression should also be done outside of the - request/response loop -- independent from user requests. This allows to - pre-compress CSS and JavaScript files and works just like the automatic + Boolean that decides if compression should be done outside of the + request/response loop. (See :ref:`behind_the_Scenes` for more.) This allows + to pre-compress CSS and JavaScript files and works just like the automatic compression with the ``{% compress %}`` tag. .. attribute:: COMPRESS_OFFLINE_TIMEOUT