We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ddee9 commit b03db0fCopy full SHA for b03db0f
1 file changed
server/game_dev/admin.py
@@ -28,8 +28,9 @@ class GameShowcaseAdmin(admin.ModelAdmin):
28
29
class GamesAdmin(admin.ModelAdmin):
30
list_display = ("id", "name", "description", "completion", "active", "hostURL", "itchEmbedID", "thumbnail", "itchGameEmbedID", "itchGameWidth",
31
- "itchGameHeight", "event")
+ "itchGameHeight")
32
search_fields = ["name", "description"]
33
+ raw_id_fields = ["event"]
34
35
36
class CommitteeAdmin(admin.ModelAdmin):
0 commit comments