﻿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
5544	django.contrib.sessions.engines.db isn't exist	xiaolianyi@…	nobody	"http://www.djangoproject.com/documentation/sessions/

in Using sessions out of views

has a little wrong, 
>>> from django.contrib.sessions.engines.db import SessionStore
this doesn't work

replace it with 
>>> from django.contrib.sessions.backends.db import SessionStore
it work"		closed	Documentation	dev		fixed			Unreviewed	1	0	0	0	0	0
