summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-09-15 19:52:49 -0400
committerTim Graham <timograham@gmail.com>2016-09-15 19:53:26 -0400
commit740dde1afca550f184bd3b6ab1fd3084ce309c7e (patch)
tree2b9d09a41b30c24dbce771162b898fe59b449c2f /docs
parent416004c043d2c5dbb2cc851ecb977a5628c3aea7 (diff)
[1.10.x] Fixed typo in docs/ref/settings.txt.
Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 34c4dda324..c0da2abd4f 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2487,9 +2487,9 @@ to ensure your processes are running in the correct environment.
Default: ``False``
A boolean that specifies whether to output the ``ETag`` header. This saves
-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`).
+bandwidth but slows down performance. This is used by the
+:class:`~django.middleware.common.CommonMiddleware` and in the :doc:`cache
+framework </topics/cache>`.
.. setting:: USE_I18N