From d302e2c09c281e6b1e187f704f656e5e79e69246 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 3 May 2017 07:21:44 -0400 Subject: Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options. Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01. --- docs/releases/1.11.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3