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
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
This commit is contained in:
parent
6b936f4cf7
commit
77d9d448d7
4 changed files with 65 additions and 13 deletions
|
|
@ -1216,7 +1216,7 @@ class GameDetailView(DetailView):
|
|||
"name",
|
||||
"display_name",
|
||||
"box_art",
|
||||
"owner",
|
||||
"owners",
|
||||
"added_at",
|
||||
"updated_at",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue