# HG changeset patch # User Sverre Rabbelier # Date 1240267941 0 # Node ID 823fdb4e1781fe0d537f65a7ff471b9e6021250a # Parent 5b0576dcc1076ec8d00f5df2217b168b55dd64c5 Set the last_modified_on date to last change Patch by: Sverre Rabbelier diff -r 5b0576dcc107 -r 823fdb4e1781 app/soc/models/job.py --- a/app/soc/models/job.py Mon Apr 20 22:52:05 2009 +0000 +++ b/app/soc/models/job.py Mon Apr 20 22:52:21 2009 +0000 @@ -49,7 +49,7 @@ choices=['waiting', 'started', 'finished', 'aborted']) #: the date this job was last modified on - last_modified_on = db.DateTimeProperty(auto_now_add=True) + last_modified_on = db.DateTimeProperty(auto_now=True) #: the amount of times this job raised an Exception (other than a #: DeadlineExceededError).