Skip to content
Snippets Groups Projects
Commit e6058a32 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added date_joined field on user serializer

parent fcaf1b8c
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ class UserSerializer(serializers.ModelSerializer):
'is_staff',
'is_superuser',
'permissions',
'date_joined',
]
def get_permissions(self, o):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment