Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948. Commit ready for merge.

- Legacy-Id: 11116
This commit is contained in:
Robert Sparks 2016-04-08 17:41:01 +00:00
parent 61082289fa
commit eda3f8fba5

View file

@ -211,7 +211,8 @@ GROUP_EVENT_CHOICES = [
("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):