From bb0b4b705b508451567bcada9106b91b8fca9e86 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 25 Apr 2016 07:56:07 -0400 Subject: Fixed #26052 -- Moved conditional_content_removal() processing to the test client. --- docs/releases/1.10.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index a7a7077bc3..f688758a91 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -778,6 +778,11 @@ Miscellaneous attribute to ``False`` to disable it. You could also add the ``novalidate`` attribute to ``
`` if you don't want browser validation. +* The WSGI handler no longer removes content of responses from ``HEAD`` + requests or responses with a ``status_code`` of 100-199, 204, or 304. Most + Web servers already implement this behavior. Responses retrieved using the + Django test client continue to have these "response fixes" applied. + .. _deprecated-features-1.10: Features deprecated in 1.10 -- cgit v1.3