﻿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
21300	Allow DateTimeField to return a naive datetime	Bryce Groff	Aymeric Augustin	"Currently if USE_TZ = True is set in the settings file, the forms.DateTimeField will always return a timezone aware datetime. I ran into a situation where I needed to have the datetime localized by another field on the form and needed to subclass the DateTimeField to overwrite the to_python method.

Maybe we could add a kwarg naive=False that would return a naive datetime in the cleaned_data if set?"	New feature	closed	Forms	dev	Normal	wontfix	forms DateTimeField	brycegroff@…	Accepted	0	0	0	0	0	0
