﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28157	Options order is lost in choicefields when mixing grouped and non-grouped options.	Paul Antropius	Tim Graham	"With this tuple (fetched from django documentation), 

{{{
MEDIA_CHOICES = (
    ('Audio', (
            ('vinyl', 'Vinyl'),
            ('cd', 'CD'),
        )
    ),
    ('Video', (
            ('vhs', 'VHS Tape'),
            ('dvd', 'DVD'),
        )
    ),
    ('unknown', 'Unknown'),
)
}}}

the ""unknown"" option is displayed at the beginning of the dropbox.

More generally, every non-grouped options are displayed first, followed by grouped options. 

If an embedded mix of them is needed -- which is my case -- the order is entirely lost.

I guess this is not the expected behavior. 

Thanks for your assistance,"	Bug	closed	Forms	1.11	Release blocker	fixed			Ready for checkin	1	0	0	0	0	1
