summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-04-21 09:14:40 -0700
committerTim Graham <timograham@gmail.com>2017-04-21 12:29:20 -0400
commit1442e299839febf9599e98dff2e6bb6da24df0ac (patch)
tree83196f85e0abb1d567cbc386714c3d5674fee789 /docs
parentc9d933ba999ef0c3b37045335715d93e92ddb279 (diff)
[1.11.x] Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Backport of 581879a510e58841e5780a5d1fdb4995733d2036 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index f29e23785f..91d8854424 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -45,3 +45,7 @@ Bugfixes
* Fixed exception reraising in ORM query execution when ``cursor.execute()``
fails and the subsequent ``cursor.close()`` also fails (:ticket:`28091`).
+
+* Fixed a regression where ``CheckboxSelectMultiple``, ``NullBooleanSelect``,
+ ``RadioSelect``, ``SelectMultiple``, and ``Select`` localized option values
+ (:ticket:`28075`).