Extend abbreviation length

This commit is contained in:
Evert Prants 2017-12-28 17:02:41 +02:00
parent c31fb93218
commit 36de1771ce
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -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"