Skip to content

Commit 8b2a0dc

Browse files
Add raw id fields for game contributor in server/game_dev/admin.py
All board members directly input the game and member id in game contributor admin Co-authored-by: James Lee <82937700+SafetyInObscurity@users.noreply.github.com>
1 parent 06e6c21 commit 8b2a0dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/game_dev/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EventAdmin(admin.ModelAdmin):
1212

1313

1414
class GameContributorAdmin(admin.ModelAdmin):
15-
pass
15+
raw_id_fields = ["game", "member"]
1616

1717

1818
class GameShowcaseAdmin(admin.ModelAdmin):

0 commit comments

Comments
 (0)