Skip to content

Commit

Permalink
Merge pull request #582 from rdmorganiser/dev-1.9.2/557-add-site-fiel…
Browse files Browse the repository at this point in the history
…d-to-ProjectSerializer

add site field to ProjectSerializer
  • Loading branch information
jochenklar authored Feb 17, 2023
2 parents 4576ba0 + e07610b commit 9d79533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rdmo/projects/serializers/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class Meta:
'authors',
'guests',
'created',
'updated'
'updated',
'site'
)
read_only_fields = (
'snapshots',
Expand Down

0 comments on commit 9d79533

Please sign in to comment.