diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-03 07:21:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-03 07:21:44 -0400 |
| commit | d302e2c09c281e6b1e187f704f656e5e79e69246 (patch) | |
| tree | b48c0e196175ae368268b5605a29ad79c99764f0 /docs | |
| parent | 13cd5b067054f40c6ca723c97fff56c510c04295 (diff) | |
Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index 64394aa755..9a9d96bf46 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -78,3 +78,6 @@ Bugfixes * Prevented migrations from dropping database indexes from ``Meta.indexes`` when changing ``Field.db_index`` to ``False`` (:ticket:`28052`). + +* Fixed a regression in choice ordering in form fields with grouped and + non-grouped options (:ticket:`28157`). |
