feat: Add date started at organisation

See #33
This commit is contained in:
James Graham
2020-06-24 15:09:23 +01:00
parent 26bf55b4b4
commit ab37139429
4 changed files with 40 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ class PersonSerializer(base.FlattenedModelSerializer):
'age_group',
'nationality',
'country_of_residence',
'organisation',
'organisation_started_date',
]