mirror of
https://github.com/django/django.git
synced 2025-01-23 00:29:34 +00:00
Fixed typo in docs/ref/middleware.txt.
This commit is contained in:
parent
ff8020ed49
commit
ca2856fb62
@ -125,7 +125,7 @@ Conditional GET middleware
|
||||
.. class:: ConditionalGetMiddleware
|
||||
|
||||
Handles conditional GET operations. If the response doesn't have an ``ETag``
|
||||
header, the middleware adds one if needed. If the response has a ``ETag`` or
|
||||
header, the middleware adds one if needed. If the response has an ``ETag`` or
|
||||
``Last-Modified`` header, and the request has ``If-None-Match`` or
|
||||
``If-Modified-Since``, the response is replaced by an
|
||||
:class:`~django.http.HttpResponseNotModified`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user