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:14:40 -0400
commit581879a510e58841e5780a5d1fdb4995733d2036 (patch)
tree751fb821d59af72485f69a97913872e0f2eb8706 /docs
parent87f9a3c5b25c0dbd091d07d5fe3de95ba4cb0c0d (diff)
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
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`).