﻿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
10493	admin interface doesn't list members of a group	Dave Brondsema	nobody	"There's no way in the admin interface provided by contrib.auth to see a list of the current members of a given group.  You have to go through every single user and look to see if they are in the group.

One easy solution (which I've already done for myself locally) is in contrib/auth/admin.py in UserAdmin, add 'groups' to list_filter.  As long as there is 2+ groups, you can then filter your users based on group membership.

Another option would be to for the GroupManager to have an inline select box for available & chosen users, like it has for permissions."		closed	contrib.auth	1.0		wontfix			Unreviewed	0	0	0	0	0	0
