Add new failure status for notifications.

This commit is contained in:
Rebecca Law
2016-05-17 13:06:08 +01:00
parent 8be3997bcf
commit 191a79f27b
4 changed files with 15 additions and 11 deletions

View File

@@ -306,7 +306,7 @@ class VerifyCode(db.Model):
NOTIFICATION_STATUS_TYPES = ['sending', 'delivered', 'failed',
'technical_failure', 'temporary_failure', 'permanent_failure']
'technical-failure', 'temporary-failure', 'permanent-failure']
class Notification(db.Model):