﻿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
29861	Use timezone.now() instead of datetime.now() for TimeField's auto_now/auto_now_add	Ítalo de Moraes Garcia	nobody	"On jango db model Class ''DateTimeField'' when using arguments like `auto_now*` the time will be set on that field value using `timezone.now()`.
While its sibling class  ''TimeField' uses `datetime.datetime.now()` to set the value.

Maybe it makes more sense to just use `timezone.now()` in both places."	Cleanup/optimization	closed	Database layer (models, ORM)	2.1	Normal	invalid	timezone; TimeField; DateTimeField		Unreviewed	0	0	0	0	1	0
