forked from mirror/django-mailbox
The MailAttachment.document field is too short & raises the error below. The default FileField(..., max_length=100) does not hold long enough filenames. Can MailAttachment.document accept a configured max_length, or have the default set higher? ERROR: [django.security.SuspiciousFileOperation: 204] Storage can not find an available filename Please make sure that the corresponding file field allows sufficient "max_length". |
||
|---|---|---|
| .. | ||
| management | ||
| migrations | ||
| south_migrations | ||
| tests | ||
| transports | ||
| __init__.py | ||
| admin.py | ||
| google_utils.py | ||
| models.py | ||
| signals.py | ||
| utils.py | ||