Skip to content

Commit

Permalink
Merge pull request #4 from ministryofjustice/feature/exempt-user-cons…
Browse files Browse the repository at this point in the history
…tants

add constants for exempt user and bump ver to 0.1.37
  • Loading branch information
r4vi committed Aug 18, 2014
2 parents 0ec3829 + 2714048 commit e0d1be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cla_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.36'
__version__ = '0.1.37'
8 changes: 8 additions & 0 deletions cla_common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,11 @@
('DONT_CALL', 'DONT_CALL', 'Not safe to call'),
('NO_MESSAGE', 'NO_MESSAGE', 'Not safe to leave a message'),
)


EXEMPT_USER_REASON = Choices(
# constant, db_id, friendly string
('ECHI', 'ECHI', 'Client is a child'),
('EDET', 'EDET', 'Client is in detention'),
('EPRE', 'EPRE', '12 month exemption'),
)

0 comments on commit e0d1be8

Please sign in to comment.