Skip to content

Commit

Permalink
Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948. …
Browse files Browse the repository at this point in the history
…Commit ready for merge.

 - Legacy-Id: 11116
  • Loading branch information
rjsparks committed Apr 8, 2016
1 parent 6108228 commit eda3f8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ietf/group/models.py
Expand Up @@ -211,7 +211,8 @@ def __unicode__(self):
("info_changed", "Changed metadata"),
("requested_close", "Requested closing group"),
("changed_milestone", "Changed milestone"),
("sent_notification", "Sent notification")
("sent_notification", "Sent notification"),
("status_update", "Status update"),
]

class GroupEvent(models.Model):
Expand Down

0 comments on commit eda3f8f

Please sign in to comment.