Extend abbreviation length
This commit is contained in:
parent
c31fb93218
commit
36de1771ce
@ -30,7 +30,7 @@ class Show(TimestampedModel):
|
|||||||
verbose_name="Full Name"
|
verbose_name="Full Name"
|
||||||
)
|
)
|
||||||
abbr = models.SlugField(
|
abbr = models.SlugField(
|
||||||
max_length=5,
|
max_length=16,
|
||||||
unique=True,
|
unique=True,
|
||||||
help_text="A short abbreviation of the show, for use in urls",
|
help_text="A short abbreviation of the show, for use in urls",
|
||||||
verbose_name="Abbreviation"
|
verbose_name="Abbreviation"
|
||||||
|
Reference in New Issue
Block a user