Ticket #5898: middleware-docs.diff
| File middleware-docs.diff, 0.6 kB (added by arien <regexbot@gmail.com>, 1 year ago) |
|---|
-
docs/middleware.txt
old new 104 104 ``Last-Modified`` header, and the request has ``If-None-Match`` or 105 105 ``If-Modified-Since``, the response is replaced by an HttpNotModified. 106 106 107 Also removes the content from any response to a HEAD request and sets the 108 ``Date`` and ``Content-Length`` response-headers. 107 Also sets the ``Date`` and ``Content-Length`` response-headers. 109 108 110 109 django.middleware.http.SetRemoteAddrFromForwardedFor 111 110 ----------------------------------------------------
