Skip to content

Commit dac2b28

Browse files
committed
Merged in [11116] from rjsparks@nostrum.com:
Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes ietf-tools#1948. - Legacy-Id: 11145 Note: SVN reference [11116] has been migrated to Git commit eda3f8f
2 parents 274aa60 + eda3f8f commit dac2b28

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)