Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #860 from akatsoulas/admin-enhancement
Browse files Browse the repository at this point in the history
Add object_id in admin interface.
  • Loading branch information
akatsoulas committed Nov 11, 2014
2 parents e51f05f + 77d8b12 commit 94af949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remo/dashboard/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ActionItemAdmin(ExportMixin, admin.ModelAdmin):
model = ActionItem

list_display = ('__unicode__', 'user', 'due_date', 'created_on',
'priority', 'updated_on')
'priority', 'updated_on', 'object_id',)
search_fields = ['user__first_name', 'user__last_name',
'user__userprofile__display_name', 'name']

Expand Down

0 comments on commit 94af949

Please sign in to comment.