diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 47fa486fe0..3a7d987d44 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1825,8 +1825,9 @@ USE_ETAGS Default: ``False`` A boolean that specifies whether to output the "Etag" header. This saves -bandwidth but slows down performance. This is only used if ``CommonMiddleware`` -is installed (see :doc:`/topics/http/middleware`). +bandwidth but slows down performance. This is used by the ``CommonMiddleware`` +(see :doc:`/topics/http/middleware`) and in the``Cache Framework`` +(see :doc:`/topics/cache`). .. setting:: USE_I18N |
