This website requires JavaScript.
Explore
Help
Sign in
mirror
/
django-mailbox
Watch
1
Star
0
Fork
You've already forked django-mailbox
1
mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced
2026-07-10 06:48:19 +02:00
Code
Activity
f9eb89e043
django-mailbox
/
django_mailbox
/
__init__.py
2 lines
32 B
Python
Raw
Normal View
History
Unescape
Escape
ISSUES-129: Increased to FileField(max_length=2000) from max_length=100 which was too short. 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".
2017-03-03 13:38:19 -05:00
__version__
=
'
4.5.4-issues129
'
Copy permalink