Add new state for review #514

This commit is contained in:
Sharoon Thomas 2012-12-20 17:57:46 +00:00
parent 6e0b566567
commit 8d8075d16c
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ PROGRESS_STATES = [
('Backlog', 'Backlog'),
('Planning', 'Planning'),
('In Progress', 'In Progress'),
('Review', 'Review/QA'),
]
class WebSite(ModelSQL, ModelView):