From d0f3c4386e3040dae320f346038d9820729fd1de Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Thu, 15 Nov 2007 09:26:57 +0000 Subject: [PATCH] Fixed #5898 -- Updated docs for r6662, as pointed out by arien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6678 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/middleware.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/middleware.txt b/docs/middleware.txt index 30a4899a3e..41b1a96b89 100644 --- a/docs/middleware.txt +++ b/docs/middleware.txt @@ -104,8 +104,7 @@ Handles conditional GET operations. If the response has a ``ETag`` or ``Last-Modified`` header, and the request has ``If-None-Match`` or ``If-Modified-Since``, the response is replaced by an HttpNotModified. -Also removes the content from any response to a HEAD request and sets the -``Date`` and ``Content-Length`` response-headers. +Also sets the ``Date`` and ``Content-Length`` response-headers. django.middleware.http.SetRemoteAddrFromForwardedFor ----------------------------------------------------