From 50ab60daba5e79b11a630663eb030951ad362495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 2 Nov 2016 11:04:26 +0100 Subject: [PATCH] Added due dates for tasks in the data model. Web form still needs to be updated. --- attract/node_types/task.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/attract/node_types/task.py b/attract/node_types/task.py index 80da3ba..4ab4392 100644 --- a/attract/node_types/task.py +++ b/attract/node_types/task.py @@ -33,6 +33,10 @@ node_type_task = { } }, + 'due_date': { + 'type': 'datetime', + }, + # For Gantt charts and the like. 'time': { 'type': 'dict',