﻿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
21087	"""datatime"" objects can not be JSON-serialized to be held in sessions"	epandurski@…	nobody	"I am using Django 1.6 beta 3.

In my view I try:
{{{
now = datetime.datetime.now(pytz.utc)
request.session['lstts'] = now
}}}
But I get the following error: http://dpaste.com/hold/1375033/

I presume the reason is the new serializer for session objects. I also presume that ""datatime"" objects must be supported, because they are quite useful and used."	Bug	closed	Core (Serialization)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
