Add game id

remotes/origin/endpoint-for-estimation-system-new
David Barragán Merino 2017-07-25 18:14:20 +02:00
parent bdb62b204c
commit 0b52fafffa
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ class ProjectTemplateSerializer(serializers.LightSerializer):
class GameSerializer(serializers.LightSerializer):
id = Field()
uuid = Field()
name = Field()
project = Field(attr="project_id")