﻿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
17715	Got a RuntimeWarning when following the tutorial	Claude Paroz	Aymeric Augustin	"With the new timezone support, creating a Poll object as described in part 1 of the tutorial gives a RuntimeWarning:

{{{
>>> from polls.models import Poll, Choice
>>> import datetime
>>> p = Poll(question=""What's up?"", pub_date=datetime.datetime.now())
>>> p.save()
/home/claude/.../django/db/models/fields/__init__.py:808: RuntimeWarning:
  DateTimeField received a naive datetime (2012-02-17 13:39:45.928590) while time zone support is active.
  RuntimeWarning)
}}}

That's not nice for beginners :-("	Cleanup/optimization	closed	Documentation	1.4-beta-1	Release blocker	fixed			Accepted	1	0	0	0	0	0
