From 9dd632c04ce69cbaedc72ded68dc6323605b4447 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 26 Dec 2015 14:59:30 +0100 Subject: [PATCH] lazy: Support modified property in the LazyUUIDTask --- tasklib/lazy.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasklib/lazy.py b/tasklib/lazy.py index 891eb5e..527a995 100644 --- a/tasklib/lazy.py +++ b/tasklib/lazy.py @@ -49,6 +49,14 @@ class LazyUUIDTask(object): """ return True + @property + def _modified_fields(self): + return set() + + @property + def modified(self): + return False + def replace(self): """ Performs conversion to the regular Task object, referenced by the -- 2.39.2