Author: mtredinnick Date: 2007-11-15 03:26:57 -0600 (Thu, 15 Nov 2007) New Revision: 6678
Modified: django/trunk/docs/middleware.txt Log: Fixed #5898 -- Updated docs for r6662, as pointed out by arien. Modified: django/trunk/docs/middleware.txt =================================================================== --- django/trunk/docs/middleware.txt 2007-11-15 09:21:36 UTC (rev 6677) +++ django/trunk/docs/middleware.txt 2007-11-15 09:26:57 UTC (rev 6678) @@ -104,8 +104,7 @@ ``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 ---------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
