Skip to content

Commit

Permalink
Returend name to ProjectBaseSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaniv committed Aug 28, 2013
1 parent 3a2419f commit 0adc379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbudget/apps/projects/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ProjectBaseSerializer(ModelSerializer):

class Meta:
model = models.Project
fields = ['url', 'uuid', 'author', 'label', 'description', 'featured',
fields = ['url', 'uuid', 'author', 'label', 'name', 'description', 'featured',
'screenshot', 'created_on', 'last_modified'] +\
translated_fields(model)
lookup_field = 'uuid'
Expand Down

0 comments on commit 0adc379

Please sign in to comment.