diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-15 19:52:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-15 19:52:49 -0400 |
| commit | 43c471e81c27542e4dc392dfa2310c5a52db35d9 (patch) | |
| tree | 71ff54dd03c770b887ec855649861f610cf03f58 /docs/ref/settings.txt | |
| parent | 82f8996785751c413e3b4ac12bf387f781c200d8 (diff) | |
Fixed typo in docs/ref/settings.txt.
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 507a812fb5..0cd08f69ec 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2528,9 +2528,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 |
