1
0
mirror of https://github.com/django/django.git synced 2025-04-12 11:32:20 +00:00

[1.10.x] Fixed typo in docs/ref/settings.txt.

Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master
This commit is contained in:
Tim Graham 2016-09-15 19:52:49 -04:00
parent 416004c043
commit 740dde1afc

View File

@ -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