From aa462665e38384ef67fb9d2659c509184a34577a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 2 Jan 2015 08:31:30 +0100 Subject: [PATCH] Task: Add modified to the list of read only fields --- tasklib/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasklib/task.py b/tasklib/task.py index c9fafa6..cb38c4e 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -92,7 +92,7 @@ class TaskAnnotation(TaskResource): class Task(TaskResource): - read_only_fields = ['id', 'entry', 'urgency', 'uuid'] + read_only_fields = ['id', 'entry', 'urgency', 'uuid', 'modified'] class DoesNotExist(Exception): pass -- 2.39.2