aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Akarys42 <[email protected]>2019-10-19 13:22:27 +0200
committerGravatar Akarys42 <[email protected]>2019-10-19 13:22:27 +0200
commit2d20f4ab8d3202e668e3e78c4bb6e8b6703ef5f9 (patch)
tree7bbb52c557905c7a6ef053a16f984642f184012f /pydis_site
parentAdd a jump-url field in the reminder model (diff)
Add max_lengh for reminder.jump_url
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/api/models/bot/reminder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/api/models/bot/reminder.py b/pydis_site/apps/api/models/bot/reminder.py
index 026d3a3a..3b174252 100644
--- a/pydis_site/apps/api/models/bot/reminder.py
+++ b/pydis_site/apps/api/models/bot/reminder.py
@@ -16,6 +16,7 @@ class Reminder(ModelReprMixin, models.Model):
)
)
jump_url = models.CharField(
+ max_length=88,
help_text=(
"The jump url to the message that created the reminder"
)