Skip to content

Commit

Permalink
Merge pull request #6346 from atoulme/fix_json_serialization_of_grants
Browse files Browse the repository at this point in the history
Fix serialization of grants for REST API
  • Loading branch information
owocki authored Apr 1, 2020
2 parents be64e9e + 57f6fc3 commit 3e9224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Meta:
model = Grant
fields = (
'active', 'title', 'slug', 'description', 'reference_url', 'logo', 'admin_address', 'amount_goal',
'amount_received', 'token_address', 'token_symbol', 'contract_address', 'transaction_hash', 'metadata',
'amount_received', 'token_address', 'token_symbol', 'contract_address', 'metadata',
'network', 'required_gas_price', 'admin_profile', 'team_members', 'percentage_done', 'milestones',
)

Expand Down

0 comments on commit 3e9224c

Please sign in to comment.