Skip to content

Commit 2a35f91

Browse files
committed
Tweak StreamedIdAdmin.
- Legacy-Id: 3207
1 parent b4592ba commit 2a35f91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/ietfworkflows/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class IETFWorkflowAdmin(admin.ModelAdmin):
1515
class StreamedIdAdmin(admin.ModelAdmin):
1616
list_display = [ 'id', 'draft', 'stream', 'content_type', 'content_id', 'group', ]
1717
search_fields = [ 'draft__filename', ]
18+
raw_id_fields = [ 'draft', ]
1819
pass
1920
admin.site.register(StreamedID, StreamedIdAdmin)
2021

0 commit comments

Comments
 (0)