﻿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
28220	contrib.auth.models Group should have a default ordering to prevent UnorderedObjectListWarning	Denise Mauldin	nobody	"
Since contrib.auth.models Group doesn't have an ordering default, any selection using Group and filter causes an UnorderedObjectListWarning in Django 1.11.  

`Group.objects.filter(user=user.id)`

Can a default ordering be set somehow to prevent this warning?

Thanks,
Denise"	Cleanup/optimization	closed	contrib.auth	1.11	Normal	wontfix			Unreviewed	0	0	0	0	0	0
