forked from mirror/django-mailbox
Code cleanup; ensure no tb in the event of a very-long filename.
This commit is contained in:
parent
999dfb0ac3
commit
895fcff4b7
4 changed files with 22 additions and 6 deletions
|
|
@ -37,6 +37,7 @@ class MessageAdmin(admin.ModelAdmin):
|
|||
)
|
||||
raw_id_fields = (
|
||||
'in_reply_to',
|
||||
'attachments',
|
||||
)
|
||||
|
||||
if getattr(settings, 'DJANGO_MAILBOX_ADMIN_ENABLED', True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue