﻿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
9853	DateField and DateTimeField documentation incomplete	anonymous	nobody	"The documentation in the Model Field Reference for the DateField, DateTimeField and TimeField does not mention that these fields normalize to python datetime objects. The documention also does not indicate how to set or modify these values in python code (although acceptable inputs in forms is documented in the Form Fields reference).

I think the DateField doc (http://docs.djangoproject.com/en/dev/ref/models/fields/#datefield) could be improved as follows:

Current: A date field. Has a few extra optional arguments:

Suggested: A date field. Normalizes to a python datetime.date object. Has a few optional arguments.

And similarly for DateTimeField and TimeField."		closed	Documentation	1.0		fixed			Ready for checkin	1	0	0	0	0	0
