Browse Source

Remove profile_image field from the api

release-2.9
grisel-davy 5 years ago
committed by Gabriel Detraz
parent
commit
54ead7a117
  1. 3
      users/api/serializers.py

3
users/api/serializers.py

@ -45,7 +45,6 @@ class UserSerializer(NamespacedHMSerializer):
"state", "state",
"registered", "registered",
"telephone", "telephone",
"profile_image",
"solde", "solde",
"access", "access",
"end_access", "end_access",
@ -78,7 +77,6 @@ class ClubSerializer(NamespacedHMSerializer):
"state", "state",
"registered", "registered",
"telephone", "telephone",
"profile_image",
"solde", "solde",
"room", "room",
"access", "access",
@ -114,7 +112,6 @@ class AdherentSerializer(NamespacedHMSerializer):
"state", "state",
"registered", "registered",
"telephone", "telephone",
"profile_image",
"room", "room",
"solde", "solde",
"access", "access",

Loading…
Cancel
Save