﻿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
17274	"Regression: ""TIME_ZONE = None"" fails if ""USE_TZ = True"""	Daniel Swarbrick	nobody	"Until the recent addition of TZ-aware dates, setting ""TIME_ZONE = None"" in settings.py has worked fine, as stated in the comments:

# On Unix systems, a value of None will cause Django to use the same
# timezone as the operating system.

However, if ""USE_TZ = True"", any output of datetime objects in a template results in:

AttributeError: 'NoneType' object has no attribute 'upper'

Apparently the TZ is not being determined prior the TZ-conversion code.

Tested with svn trunk r17133."	Bug	closed	Internationalization	dev	Normal	fixed			Unreviewed	0	0	0	0	0	0
