﻿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
14451	add related_name to contrib.auth.models.User for 'groups'	Tom von Schwerdtner	anonymous	"Would allow for
{{{
from django.contrib.auth.models import Group
group = Group.objects.all()[0]
group.members.all()
}}}

instead of the current

{{{
group.users_set.all()
}}}


You know, nexttime someone feels like kicking backwards compatibility in the groin..."	New feature	closed	contrib.auth	1.2	Normal	wontfix			Design decision needed	0	0	0	0	0	0
