Skip to content
Snippets Groups Projects
Commit 254593c8 authored by Tore.Brede's avatar Tore.Brede
Browse files

Merge branch 'add_gender_to_person_api_output' into 'master'

Adding missing gender to person API output

See merge request !212
parents 20d84201 4106fb31
No related branches found
No related tags found
1 merge request!212Adding missing gender to person API output
Pipeline #104672 passed
......@@ -18,6 +18,7 @@ class PersonSerializer(serializers.ModelSerializer):
"id",
"first_name",
"last_name",
"gender",
"date_of_birth",
"registration_completed_date",
"identities",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment