diff options
Diffstat (limited to 'taskapp/models.py')
-rw-r--r-- | taskapp/models.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/taskapp/models.py b/taskapp/models.py index eb5130a..62458ac 100644 --- a/taskapp/models.py +++ b/taskapp/models.py @@ -18,9 +18,7 @@ STATUS_CHOICES = ( ("UP", "Unpublished"), ("OP", "Open"), ("LO", "Locked"), - ("CL", "Claimed"), - ("AS", "Assigned"), - ("RE", "Reopened"), + ("WR", "Working"), ("CD", "Closed"), ("DL", "Deleted"), ("CM", "Completed")) |