﻿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
5598	Django contrib sessions module missing imports (os, time), causes error on new session	George Vilches	nobody	"As of r6333, there are missing imports in django/contrib/sessions/models.py:

Line 1 currently is:

{{{import base64, md5, random, sys, datetime}}}

should be:

{{{import base64, md5, random, sys, datetime, os, time}}}

Looks like it used to be like that and just got lost.

When using a new project, it gives this error:

{{{NameError: global name 'os' is not defined}}}"		closed	contrib.sessions	dev		fixed	session import missing		Ready for checkin	1	0	0	0	0	0
