﻿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
12854	Group ordering in contrib.auth.models.Group	ryan.griffin@…	nobody	"I would like to order the groups by name. More specifically for ease of use in the User admin.

django.contrib.auth.models.Group:
{{{
class Meta:
    verbose_name = _('group')
    verbose_name_plural = _('groups')
    ordering = ['name']
}}}
"		closed	Contrib apps	1.1		wontfix			Unreviewed	0	0	0	0	0	0
