1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Removing 'references' entry.

This commit is contained in:
Adam Coddington 2012-10-28 12:57:49 -07:00
parent 9615568108
commit d43dc46a33

View file

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