Skip to content

Commit 0b3cf0a

Browse files
committed
Modified the admin model for SlideSubmission to use a couple of raw_id_field widgets. Commit ready for merge.
- Legacy-Id: 16103
1 parent becad91 commit 0b3cf0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/meeting/admin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,6 @@ class ImportantDateAdmin(admin.ModelAdmin):
133133
class SlideSubmissionAdmin(admin.ModelAdmin):
134134
model = SlideSubmission
135135
list_display = ['session', 'submitter', 'title']
136+
raw_id_fields = ['submitter', 'session']
137+
136138
admin.site.register(SlideSubmission, SlideSubmissionAdmin)

0 commit comments

Comments
 (0)