author | Nishanth Amuluru <nishanth@fossee.in> |
Sun, 09 Jan 2011 10:46:12 +0530 | |
changeset 351 | ac75d3cfa96f |
parent 350 | 4cc40503bf3c |
child 352 | 1a88b04adb39 |
--- a/pytask/taskapp/models.py Sun Jan 09 08:37:28 2011 +0530 +++ b/pytask/taskapp/models.py Sun Jan 09 10:46:12 2011 +0530 @@ -77,7 +77,7 @@ related_name = "claimed_claims") proposal = models.TextField() - comment_datetime = models.DateTimeField() + claim_datetime = models.DateTimeField() def __unicode__(self): return unicode(self.task.title)