diff options
| author | Krzysztof Urbaniak <urban@fail.pl> | 2016-11-05 12:56:34 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-29 13:06:35 -0500 |
| commit | b8a815e9dfea89034ede7ff786551f89af84a31b (patch) | |
| tree | 94621fb5141e902c0d162209e5d02adb23712da5 /docs | |
| parent | ade52ef71f04e57e217585358cb289098260e3ec (diff) | |
Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.4.txt b/docs/releases/1.10.4.txt index 0f1f70e95d..86ce644fdf 100644 --- a/docs/releases/1.10.4.txt +++ b/docs/releases/1.10.4.txt @@ -23,3 +23,6 @@ Bugfixes * Fixed a ``QuerySet.update()`` crash on SQLite when updating a ``DateTimeField`` with an ``F()`` expression and a ``timedelta`` (:ticket:`27544`). + +* Prevented ``LocaleMiddleware`` from redirecting on URLs that should return + 404 when using ``prefix_default_language=False`` (:ticket:`27402`). |
