diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-12-12 22:57:17 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-12-12 22:57:17 +0000 |
| commit | dad28e8557203c8c104354cbac0349bfba5cba77 (patch) | |
| tree | ee5f4082b2333f7fb4eceaa4cf2cc05e5a448863 /docs/ref/settings.txt | |
| parent | 8dfd3dfd4907bf1083b4ed22da78fb3c1ff8787b (diff) | |
Fixed #14103 -- Take USE_ETAGS setting into account when patching the response headers. Thanks, trbs and Eric Holscher.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
| -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 |
