1
0
Fork 0

Code cleanup; ensure no tb in the event of a very-long filename.

This commit is contained in:
Adam Coddington 2013-01-20 16:51:10 -08:00
parent 999dfb0ac3
commit 895fcff4b7
4 changed files with 22 additions and 6 deletions

View file

@ -37,6 +37,7 @@ class MessageAdmin(admin.ModelAdmin):
)
raw_id_fields = (
'in_reply_to',
'attachments',
)
if getattr(settings, 'DJANGO_MAILBOX_ADMIN_ENABLED', True):