mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user