﻿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
23803	DateField returns datetime if SQLite field is created as TIMESTAMP	Alexandr Zarubkin	nobody	"I have SQLite database where certain column in table is created as //TIMESTAMP//. The database is created not by Django, but by SymmetricDS, a DB replication software. The database is replicated from Microsoft SQL Server 2005, where it has //datetime// type.
In my Django application, the model has DateField for that column. The returned value has //datetime// type, not //date//.

If I use the same model with Microsoft SQL Server 2005 (using django-pyodbc-azure package), the returned value has //date// type, even though the underlying column has //datetime// type.

I believe that DateField should return //date// always, regardless of DB backend. Please consider altering the behaviour."	Bug	closed	Database layer (models, ORM)	dev	Normal	wontfix			Accepted	0	0	0	0	0	0
