forked from mirror/django-mailbox
Add last_polling to MailboxAdmin
This commit is contained in:
parent
e8bcd56727
commit
ef88900787
1 changed files with 2 additions and 0 deletions
|
|
@ -43,7 +43,9 @@ class MailboxAdmin(admin.ModelAdmin):
|
|||
'uri',
|
||||
'from_email',
|
||||
'active',
|
||||
'last_polling',
|
||||
)
|
||||
readonly_fields = ['last_polling', ]
|
||||
actions = [get_new_mail]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue