diff options
| author | ieatkittens <samuelm@gadventures.com> | 2016-03-18 15:21:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-23 09:29:37 -0400 |
| commit | ccc367fd48655b8709a01653b224e5ffa19c9dee (patch) | |
| tree | e1ddce54bc1503bc3f7dc4f139af064e5c98ff53 /docs | |
| parent | 7dee62ff6833c1dbbf013b7f264f24226612a81b (diff) | |
[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.
Backport of 9390da7fb6e251eaa9a785692f987296cb14523f from master
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`). |
