﻿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
7627	DateField raises errors from admin edit form	Paul Winkler	nobody	"In any model with a DateField, I can create them fine in the newforms admin UI, but after that I can't edit them
again because the value of the field is set incorrectly in the edit form.

To reproduce:

 1. Create a model with a required DateField (do not use auto_now).
 1. Give your model a basic admin UI.
 1. Fire up the dev server and use the admin UI to add an instance of your model. Use the ""Today"" button to set the date. It saves just fine.
 1. Click on your instance in the Changelist display to edit it.
 1. Click ""Save"". You get a validation error even though you have not changed anything.
 1. Notice that ""00:00:00"" was appended to your date.  If you manually delete the ""00:00:00"" and click ""Save and continue editing"", it works.
 1. Click ""Save"" again and you get the error again.  Repeat ad nauseum.

Tested as of newforms-admin r7815, using MySQL.
"		closed	Uncategorized	newforms-admin		invalid			Unreviewed	0	0	0	0	0	0
