Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948. Commit ready for merge.
- Legacy-Id: 11116
This commit is contained in:
parent
61082289fa
commit
eda3f8fba5
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue