mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Merge f9eb89e043 into ce6ce6b5dd
This commit is contained in:
commit
12c1130d40
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
__version__ = '4.5.4'
|
__version__ = '4.5.4-issues129'
|
||||||
|
|
|
||||||
|
|
@ -482,6 +482,7 @@ class Message(models.Model):
|
||||||
|
|
||||||
eml = models.FileField(
|
eml = models.FileField(
|
||||||
_(u'Raw message contents'),
|
_(u'Raw message contents'),
|
||||||
|
max_length=2000,
|
||||||
null=True,
|
null=True,
|
||||||
upload_to="messages",
|
upload_to="messages",
|
||||||
help_text=_(u'Original full content of message')
|
help_text=_(u'Original full content of message')
|
||||||
|
|
@ -717,6 +718,7 @@ class MessageAttachment(models.Model):
|
||||||
|
|
||||||
document = models.FileField(
|
document = models.FileField(
|
||||||
_(u'Document'),
|
_(u'Document'),
|
||||||
|
max_length=2000,
|
||||||
upload_to=utils.get_attachment_save_path,
|
upload_to=utils.get_attachment_save_path,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue