summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcaleb logan <clogan202@gmail.com>2017-08-29 11:56:08 -0700
committerTim Graham <timograham@gmail.com>2017-08-29 14:56:08 -0400
commit9e2bf65d6a5dc3b53db84f4839652f0d154349ee (patch)
tree75af8d47c4b3455f9c98ccf73dcf85d889cd90d6 /docs
parent44ce308281cc38353b635af842984c45fd2a00e4 (diff)
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
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`).