From ccc367fd48655b8709a01653b224e5ffa19c9dee Mon Sep 17 00:00:00 2001 From: ieatkittens Date: Fri, 18 Mar 2016 15:21:41 -0400 Subject: [1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently. Backport of 9390da7fb6e251eaa9a785692f987296cb14523f from master --- docs/releases/1.9.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt index 37157b3e56..c88e92031f 100644 --- a/docs/releases/1.9.5.txt +++ b/docs/releases/1.9.5.txt @@ -34,3 +34,6 @@ Bugfixes * Fixed a crash when using a reverse lookup with a subquery when a ``ForeignKey`` has a ``to_field`` set to something other than the primary key (:ticket:`26373`). + +* Fixed a regression in ``CommonMiddleware`` that caused spurious warnings in + logs on requests missing a trailing slash (:ticket:`26293`). -- cgit v1.3