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

GREG-21: Adding more fields for person to shown in the API

parent 4931d3b5
No related branches found
No related tags found
1 merge request!24GREG-21: Various model updates
...@@ -13,6 +13,11 @@ class PersonSerializer(serializers.ModelSerializer): ...@@ -13,6 +13,11 @@ class PersonSerializer(serializers.ModelSerializer):
"date_of_birth", "date_of_birth",
"email", "email",
"mobile_phone", "mobile_phone",
"email_verified_date",
"mobile_phone",
"mobile_phone_verified_date",
"registration_completed_date",
"token"
] ]
......
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