Fixes #2962: Increase ExportTemplate mime_type field length

This commit is contained in:
Jeremy Stretch
2019-03-05 13:08:40 -05:00
parent 0c142f2078
commit cfb56f7cfe
3 changed files with 20 additions and 1 deletions

View File

@@ -357,7 +357,7 @@ class ExportTemplate(models.Model):
)
template_code = models.TextField()
mime_type = models.CharField(
max_length=15,
max_length=50,
blank=True
)
file_extension = models.CharField(