Skip to content

Commit 22ce2e7

Browse files
committed
Make sure milestone.docs is also raw edit to avoid biggish drop down
- Legacy-Id: 4541
1 parent 1653633 commit 22ce2e7

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
@@ -118,7 +118,7 @@ class GroupHistoryAdmin(admin.ModelAdmin):
118118
class GroupMilestoneAdmin(admin.ModelAdmin):
119119
list_display = ["group", "desc", "due", "resolved", "time"]
120120
search_fields = ["group__name", "group__acronym", "desc", "resolved"]
121-
raw_id_fields = ["group"]
121+
raw_id_fields = ["group", "docs"]
122122

123123
admin.site.register(GroupMilestone, GroupMilestoneAdmin)
124124

0 commit comments

Comments
 (0)