﻿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
15857	contrib.contenttypes depends on contrib.auth	Luc Saffre	nobody	"Currently it is not possible to successfully run ``test`` on a site that has contenttypes but not django.contrib.auth installed. That's an a limiting dependency.
I suggest to add a line in the test suite of django.contrib.contenttypes:

{{{
...
from django.contrib.auth.models import User
if not User._meta.installed: return            ## THE NEW LINE
user_ct = ContentType.objects.get_for_model(User)
...
}}}

"	Uncategorized	closed	Uncategorized	1.2	Normal	duplicate			Unreviewed	0	0	0	0	0	0
