Skip to content

Commit

Permalink
add site field to ProjectSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Feb 9, 2023
1 parent dd0a232 commit e07610b
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 e07610b

Please sign in to comment.