We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255afe7 commit 10f0a57Copy full SHA for 10f0a57
1 file changed
aiarena/frontend/admin.py
@@ -484,6 +484,7 @@ class MatchParticipationAdmin(admin.ModelAdmin):
484
)
485
list_filter = ("use_bot_data", "update_bot_data")
486
list_select_related = ["match", "bot"]
487
+ raw_id_fields = ("match", "bot")
488
489
490
@admin.register(MatchTag)
0 commit comments