Skip to content

Commit b5ae9c5

Browse files
committed
Tweak the GroupHistoryAdmin list_display.
- Legacy-Id: 4914
1 parent d342eee commit b5ae9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def send_one_reminder(self, request, object_id):
106106
admin.site.register(Group, GroupAdmin)
107107

108108
class GroupHistoryAdmin(admin.ModelAdmin):
109-
list_display = ["acronym", "name", "type"]
109+
list_display = ["time", "acronym", "name", "type"]
110110
list_display_links = ["acronym", "name"]
111111
list_filter = ["type"]
112112
search_fields = ["acronym", "name"]

0 commit comments

Comments
 (0)