From 1442e299839febf9599e98dff2e6bb6da24df0ac Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 21 Apr 2017 09:14:40 -0700 Subject: [1.11.x] Fixed #28075 -- Prevented ChoiceWidget from localizing option values. Backport of 581879a510e58841e5780a5d1fdb4995733d2036 from master --- docs/releases/1.11.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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`). -- cgit v1.3