diff options
| author | ieatkittens <samuelm@gadventures.com> | 2016-03-18 15:21:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-23 09:23:19 -0400 |
| commit | 9390da7fb6e251eaa9a785692f987296cb14523f (patch) | |
| tree | c854cd349137d22fe7d66a8c8cf9ee813c5b3eab /docs | |
| parent | 107165c4b04f4e5a830a60b6c66b2e5d8fb1d242 (diff) | |
Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
