Minor improvements to security profiles

This commit is contained in:
Raphael Michel
2020-10-13 18:02:56 +02:00
parent e8f3ad633a
commit 810f3d7d31
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ class DeviceSerializer(serializers.ModelSerializer):
model = Device
fields = [
'organizer', 'device_id', 'unique_serial', 'api_token',
'name',
'name', 'security_profile'
]