Refactor GameFeed and GameDetailView to use 'owners' instead of 'owner'; update related tests
All checks were successful
Deploy to Server / deploy (push) Successful in 10s

This commit is contained in:
Joakim Hellsén 2026-03-09 06:33:40 +01:00
commit 77d9d448d7
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
4 changed files with 65 additions and 13 deletions

View file

@ -1216,7 +1216,7 @@ class GameDetailView(DetailView):
"name",
"display_name",
"box_art",
"owner",
"owners",
"added_at",
"updated_at",
),