mirror of https://github.com/django/django.git
Fixed typo in docs/ref/settings.txt.
This commit is contained in:
parent
82f8996785
commit
43c471e81c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue