﻿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
19050	auth.ModWsgiHandlerTestCase fails when User model is swapped	Ivan Virabyan	nobody	"Assuming  {{{ AUTH_USER_MODEL }}} is set, running this test fails:



{{{
$python manage.py test auth.ModWsgiHandlerTestCase.test_check_password

ERROR: test_check_password (django.contrib.auth.tests.handlers.ModWsgiHandlerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/ivan/Projects/django/django/contrib/auth/tests/handlers.py"", line 14, in setUp
    user1 = User.objects.create_user('test', 'test@example.com', 'test')
AttributeError: type object 'User' has no attribute 'objects'
}}}
"	Bug	closed	contrib.auth	dev	Normal	duplicate			Ready for checkin	1	0	0	0	0	0
