﻿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
11333	ORA-01830 date format picture ends before converting entire input	Jani Tiainen	nobody	"I've legacy database that uses 'DATE' field and I'm using DateTimeField. Getting error: ORA-01830 date format picture ends before converting entire input if I'm using auto_now_add fields for fields that contain no fractions.

If I do following:

{{{
from models import MyModel

e = MyModel.objects.all()[0]
e.save()
}}}

Symptoms are exactly as in #9275, but even I'm using SVN it doesn't work.
"	Uncategorized	closed	Database layer (models, ORM)	dev	Normal	wontfix	oracle date formats	Matt Boersma	Accepted	0	0	0	0	0	0
