﻿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
3060	[patch] broken Timestamp on manual created Users using postgres/sqlite	Ronny Pfannschmidt	nobody	"while adding a entry for unregistred Users i noticed, that the Model wont use correct timestamps for:
{{{
#!python
User.objects.get_or_create(username=""UnReg"",defaults={'id':-1})
}}}
,since its using LazyDate as default, wich does only the Date, 
unfortunately Mysql is the only supported dbms accepted this, so i added a auto_now_add=True, wich resulted in sqlite and postgresql working, too
"	defect	closed	Contrib apps		normal	fixed			Accepted	1	0	1	1	0	0
