mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Add blank option to eml field, fixes admin
This commit is contained in:
parent
9f8d653ada
commit
9809b271b2
1 changed files with 1 additions and 0 deletions
|
|
@ -515,6 +515,7 @@ class Message(models.Model):
|
|||
eml = models.FileField(
|
||||
_(u'Raw message contents'),
|
||||
null=True,
|
||||
blank=True,
|
||||
upload_to="messages",
|
||||
help_text=_(u'Original full content of message')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue