We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4592ba commit 2a35f91Copy full SHA for 2a35f91
1 file changed
ietf/ietfworkflows/admin.py
@@ -15,6 +15,7 @@ class IETFWorkflowAdmin(admin.ModelAdmin):
15
class StreamedIdAdmin(admin.ModelAdmin):
16
list_display = [ 'id', 'draft', 'stream', 'content_type', 'content_id', 'group', ]
17
search_fields = [ 'draft__filename', ]
18
+ raw_id_fields = [ 'draft', ]
19
pass
20
admin.site.register(StreamedID, StreamedIdAdmin)
21
0 commit comments