From 36de1771ce3becba922a8c415ab978f4e318ec31 Mon Sep 17 00:00:00 2001 From: Evert Date: Thu, 28 Dec 2017 17:02:41 +0200 Subject: [PATCH] Extend abbreviation length --- LandingPage/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LandingPage/models.py b/LandingPage/models.py index 53bbc91..58ab57e 100644 --- a/LandingPage/models.py +++ b/LandingPage/models.py @@ -30,7 +30,7 @@ class Show(TimestampedModel): verbose_name="Full Name" ) abbr = models.SlugField( - max_length=5, + max_length=16, unique=True, help_text="A short abbreviation of the show, for use in urls", verbose_name="Abbreviation"