aboutsummaryrefslogtreecommitdiffstats
path: root/api/models.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-01-20 13:35:21 +0100
committerGravatar Johannes Christ <[email protected]>2019-01-20 13:35:21 +0100
commit412f4a1d94d9185ff5684be25cb99235b4e207e9 (patch)
treeb80083ee0cf70d3d498095467a47e717358231fc /api/models.py
parentAccount for broken import sorting on Azure. (diff)
Add the `watch` infraction type.
Diffstat (limited to 'api/models.py')
-rw-r--r--api/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/models.py b/api/models.py
index 4f6d00ae..6dce0eb4 100644
--- a/api/models.py
+++ b/api/models.py
@@ -315,6 +315,7 @@ class Infraction(ModelReprMixin, models.Model):
TYPE_CHOICES = (
("note", "Note"),
("warning", "Warning"),
+ ("watch", "Watch"),
("mute", "Mute"),
("kick", "Kick"),
("ban", "Ban"),