Merged in [11116] from rjsparks@nostrum.com:

Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948.
 - Legacy-Id: 11145
Note: SVN reference [11116] has been migrated to Git commit eda3f8fba5
This commit is contained in:
Henrik Levkowetz 2016-05-03 18:13:07 +00:00
commit dac2b28d95

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):