﻿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
14644	UserManager has no method active()	anonymous	nobody	"The User model has an is_active field, but there is no easy way to get all users which are active, which is most of the time what we need.

User.objects.active()  seems like a proper way to get all active users.

It is shorter than

User.objects.filter(is_active=True) 

which is more verbose and leads to more typing errors."		closed	contrib.auth	1.2		wontfix	User UserManager is_active		Unreviewed	0	0	0	0	0	0
