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

text is not a valid search field

This commit is contained in:
Tre Hom 2018-10-02 17:00:57 -04:00
parent 6457684c06
commit 6fbc53c513

View file

@ -112,7 +112,6 @@ class MessageAdmin(admin.ModelAdmin):
'message_id',
'from_header',
'to_header',
'text'
)