deploy product & quota base system
This commit is contained in:
@@ -111,6 +111,12 @@ class UserRelationSerializer(serializers.ModelSerializer):
|
||||
'permissions',
|
||||
]
|
||||
|
||||
extra_kwargs = {
|
||||
'organization': {
|
||||
'required': False
|
||||
}
|
||||
}
|
||||
|
||||
def to_representation(self, instance):
|
||||
""" custom output for serializer """
|
||||
representation = super().to_representation(instance)
|
||||
|
||||
Reference in New Issue
Block a user