Skip to content

Commit eda3f8f

Browse files
committed
Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes ietf-tools#1948. Commit ready for merge.
- Legacy-Id: 11116
1 parent 6108228 commit eda3f8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/group/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ def __unicode__(self):
211211
("info_changed", "Changed metadata"),
212212
("requested_close", "Requested closing group"),
213213
("changed_milestone", "Changed milestone"),
214-
("sent_notification", "Sent notification")
214+
("sent_notification", "Sent notification"),
215+
("status_update", "Status update"),
215216
]
216217

217218
class GroupEvent(models.Model):

0 commit comments

Comments
 (0)