﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
865	creation date in exif data breaks image display	Sebastian Hugentobler		"When an image with a creation date in its exif data is requested it fails with the following error:

{{{

AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
}}}

This is the result of removing {{{ import datetime }}} in [https://www.gitorious.org/mediagoblin/mediagoblin/source/bfb99d65f4e92d018a73b67bed2cea9d629a41e2:mediagoblin/db/mixin.py mixin.py] with commit [https://www.gitorious.org/mediagoblin/mediagoblin/commit/58a947578cde02244c08268205e6855bee408c94 58a9475]

In the parent commit {{{ from datetime import datetime }}} was added, so the attached fix is trivial."	defect	closed	major	0.7.0	programming	fixed	exif		
