﻿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
17226	Django TestCase and settings.AUTHENTICATION_BACKENDS	taraslyapun@…	nobody	"I specify in my settings.py:

{{{
AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',)
}}}


When I run test-server or shell settings.AUTHENTICATION_BACKENDS == ('django.contrib.auth.backends.ModelBackend',) and this is good.

But if I run test: settings.AUTHENTICATION_BACKENDS = ['django.contrib.auth.backends.RemoteUserBackend'], and I can't test authentication.

This is bug or I don't understand something?"	Bug	closed	Testing framework	1.3-rc	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
