﻿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
14623	DateTimeField(auto_now=True) does not change when update is called	mklauber	nobody	"According to documentation, the auto_now property of a [http://docs.djangoproject.com/en/1.2/ref/models/fields/#datetimefield DateTimeField] is supposed to be useful for tracking last modified dates.  However, when {{{Type.objects.filter(property1=""value1"").update(property2=""value2"")}}} is called these fields are not updated.  While the documentation does state that this value is changed when save() is called, the expected behavior is that any change to the record would result in this field updating.  "		closed	Database layer (models, ORM)	1.2		invalid	DateTimeField auto_now		Accepted	0	0	0	0	0	0
