Normalized spelling of ETag.

This commit is contained in:
Tim Graham 2016-09-09 11:00:21 -04:00
parent ca9c69a968
commit ef021412d5
8 changed files with 7 additions and 8 deletions

View file

@ -472,7 +472,7 @@ Here are some hints about the ordering of various Django middleware classes:
#. :class:`~django.middleware.http.ConditionalGetMiddleware`
Before ``CommonMiddleware``: uses its ``Etag`` header when
Before ``CommonMiddleware``: uses its ``ETag`` header when
:setting:`USE_ETAGS` = ``True``.
#. :class:`~django.contrib.sessions.middleware.SessionMiddleware`

View file

@ -2527,7 +2527,7 @@ to ensure your processes are running in the correct environment.
Default: ``False``
A boolean that specifies whether to output the "Etag" header. This saves
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`).