summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrzysztof Urbaniak <urban@fail.pl>2016-10-28 11:36:53 +0200
committerTim Graham <timograham@gmail.com>2016-10-31 14:32:01 -0400
commita01d887a3ad9029ed198b6af974534fec46223f9 (patch)
tree8987c2730a03d489fdea8218d52da8248b7ae838 /docs
parentee06689878e87e45d3c2402dd5e3bb3ba2a79bcf (diff)
Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.3.txt b/docs/releases/1.10.3.txt
index 5bb340a3a8..ba01287aa5 100644
--- a/docs/releases/1.10.3.txt
+++ b/docs/releases/1.10.3.txt
@@ -23,3 +23,6 @@ Bugfixes
* Fixed ``QuerySet.bulk_create()`` on PostgreSQL when the number of objects is
a multiple plus one of ``batch_size`` (:ticket:`27385`).
+
+* Prevented ``i18n_patterns()`` from using too much of the URL as the language
+ to fix a use case for ``prefix_default_language=False`` (:ticket:`27063`).