mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Enlarge field size of Item.picture
This commit is contained in:
@@ -248,7 +248,7 @@ class Item(LoggedModel):
|
||||
)
|
||||
picture = models.ImageField(
|
||||
verbose_name=_("Product picture"),
|
||||
null=True, blank=True,
|
||||
null=True, blank=True, max_length=255,
|
||||
upload_to=itempicture_upload_to
|
||||
)
|
||||
available_from = models.DateTimeField(
|
||||
|
||||
Reference in New Issue
Block a user