﻿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
26842	SQLite3 backend raises error when reading tz-aware datetime value	Ryo Chijiiwa	Kenneth	When a DateTimeField in a sqlite3 backend contains a timezone-aware value, an error is raised when reading the object. This seems to happen because [https://github.com/django/django/blob/stable/1.9.x/django/db/backends/sqlite3/operations.py#L215 convert_datetimefield_value] doesn't check to make sure the value is naive before passing to make_aware, which [https://github.com/django/django/blob/stable/1.9.x/django/utils/timezone.py#L367 raises an error if it receives a tz-aware value]. 	Uncategorized	closed	Database layer (models, ORM)	1.9	Normal	invalid			Unreviewed	0	0	0	0	1	0
