Update tasks.py to include links

Now a request for a task can include notes (links). We should update
this when we update the db to use the term 'notes' instead of 'links'.

Change-Id: Ia38da58592dab7754cb6c7077057dfcb69d28b40
This commit is contained in:
Zara 2016-03-30 12:25:51 +00:00
parent e31f95e447
commit 4287d9e113
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Task(base.BaseObject):
branch_id = None
milestone_id = None
priority = None
link = None
class TasksManager(base.BaseManager):