summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.4.txt3
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`).