summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcaleb logan <clogan202@gmail.com>2017-08-28 18:42:03 -0700
committerTim Graham <timograham@gmail.com>2017-08-29 14:56:23 -0400
commit3bb03df0fc642c48ff70cdd74572c31f135f9c08 (patch)
treeb1045d2c6bc88808f9229d98ff65beefefd53033 /docs
parentc685b8f838f7f9411a2a65fba7e3893f15439e18 (diff)
[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
Backport of 9e2bf65d6a5dc3b53db84f4839652f0d154349ee from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt
index 5716ad63c1..92fa8820a0 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -29,3 +29,6 @@ Bugfixes
* Omitted ``pages_per_range`` from ``BrinIndex.deconstruct()`` if it's ``None``
(:ticket:`25809`).
+
+* Fixed a regression where ``SelectDateWidget`` localized the years in the
+ select box (:ticket:`28530`).