﻿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
6089	Remove ordering for contrib.auth User model	Leah Culver	Erik Karulf	"In contrib.auth the User model has:

ordering = ('username',)

While it is very nice for small applications to have pretty ordered output, it's a bit hard on applications with many users (such as pownce.com). One concern is there might be applications that depend on this ordering in the User model and it would be nice not to break this functionality. However, it might be worth doing to make Django ""scale""... ugh."		closed	Contrib apps	dev		fixed		erik@… lau@… spacetaxi@…	Ready for checkin	1	0	0	0	0	0
