﻿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
13966	sqlite orm problem with dates	leszek0140	nobody	"I made sqlite database manually. I defined date field with text type. Than defined that field as DateTimeField in models.py.
Finally I had problem with dates in program and I checked that type of this attribute in model instance was unicode.
Attribute started to be datetime after I had changed in sql script ""text"" to ""datetime"" and that was solution.
This behaviour seems buggy to me. It seems that definition from models.py is more important than type in dynamically typed sqlite database.

I used Django-1.2.1-5.fc12"		closed	Database layer (models, ORM)	1.2		invalid	date, orm, sqlite		Design decision needed	0	0	0	0	0	0
