Skip to content

Commit 353fad1

Browse files
committed
Changed some fields to raw_id_fields in the MessageAdmin.
- Legacy-Id: 17587
1 parent 47e33a3 commit 353fad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/message/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class MessageAdmin(admin.ModelAdmin):
66
list_display = ["subject", "by", "time", "groups"]
77
search_fields = ["subject", "body"]
8-
raw_id_fields = ["by"]
8+
raw_id_fields = ["by", "related_groups", "related_docs"]
99
ordering = ["-time"]
1010

1111
def groups(self, instance):

0 commit comments

Comments
 (0)