﻿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
21449	Test Client login does not work without django.contrib.sessions in INSTALLED_APPS	Gunnar Scherf	nobody	"The documentation on https://docs.djangoproject.com/en/1.6/topics/http/sessions/ says in a note:

''When using cookies-based sessions django.contrib.sessions can be removed from INSTALLED_APPS setting because ...''

But without django.contrib.sessions in INSTALLED_APPS the login of the Test Client does not work because of:

{{{
    if user and user.is_active \
          and 'django.contrib.sessions' in settings.INSTALLED_APPS:

}}}


"	Bug	closed	Testing framework	1.6	Normal	duplicate	test client login cookie session		Unreviewed	0	0	0	0	0	0
