1
0
Fork 0
django-mailbox/django_mailbox
Droffner, Andrew (ad718x) 83b4b31bf3 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-05 19:52:44 -08:00
..
management python3 support for rfc822.parseaddr (#95) 2016-05-15 12:08:27 -07:00
migrations Fix grammar of Mailbox.last_polling.help_text 2016-08-16 07:18:51 +02:00
south_migrations #44: Adding south migration matching Django 1.7 migration. 2015-03-23 19:50:16 -07:00
tests Add tests to update Mailbox.last_polling 2016-08-16 01:00:52 +02:00
transports Flush repository after consume email - close #128 2016-12-26 01:12:14 +01:00
__init__.py ISSUES-129: Increased to FileField(max_length=2000) from max_length=100 which was too short. 2017-03-05 19:52:44 -08:00
admin.py Add last_polling to MailboxAdmin 2016-08-16 01:01:25 +02:00
google_utils.py Remoing unaccessed 'fetch_contacts' function. 2014-06-01 14:26:30 -07:00
models.py ISSUES-129: Increased to FileField(max_length=2000) from max_length=100 which was too short. 2017-03-05 19:52:44 -08:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00
utils.py Fix parse UTF-8 filename - close #104 2016-06-30 15:43:08 +02:00