Skip to content

Commit

Permalink
Adjust admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lovell-Troy committed Jan 21, 2014
1 parent 95fc538 commit 3a822bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classy_mail/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class TemplatedEmailMessageAdmin(admin.ModelAdmin):
ordering = ('name',)

class MessageLogAdmin(admin.ModelAdmin):
search_fields = ['to_header', 'subject']
list_display = ('to_header', 'subject', 'sent')
ordering = ('-sent',)

Expand Down

0 comments on commit 3a822bd

Please # to comment.