mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Normalized spelling of ETag.
This commit is contained in:
parent
ca9c69a968
commit
ef021412d5
8 changed files with 7 additions and 8 deletions
|
@ -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`
|
||||
|
|
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue