diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index 82f7223367..caa1c731f8 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -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`.