Private
Public Access
1
0

updated serializer standards collection

This commit is contained in:
Sander Roosendaal
2020-07-18 15:57:24 +02:00
parent fcc38dde08
commit 35e96356fa
2 changed files with 3 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ class StandardCollectionSerializer(serializers.ModelSerializer):
model = StandardCollection
fields = (
'id',
'name',
'notes',
'active',
'standards'