aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/models.py b/api/models.py
index e84e28c0..e5ec7992 100644
--- a/api/models.py
+++ b/api/models.py
@@ -179,3 +179,6 @@ class Tag(ModelReprMixin, models.Model):
help_text="The actual embed shown by this tag.",
validators=(validate_tag_embed,)
)
+
+ def __str__(self):
+ return self.title