diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-04-21 09:14:40 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-21 12:14:40 -0400 |
| commit | 581879a510e58841e5780a5d1fdb4995733d2036 (patch) | |
| tree | 751fb821d59af72485f69a97913872e0f2eb8706 /docs | |
| parent | 87f9a3c5b25c0dbd091d07d5fe3de95ba4cb0c0d (diff) | |
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 4 |
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`). |
