updated serializer standards collection
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
# cache
|
||||
/django_cache/
|
||||
testcert.crt
|
||||
testcert.key
|
||||
*.crt
|
||||
*.key
|
||||
garminlog.log
|
||||
strava_webhooks.log
|
||||
|
||||
|
||||
@@ -78,6 +78,7 @@ class StandardCollectionSerializer(serializers.ModelSerializer):
|
||||
model = StandardCollection
|
||||
fields = (
|
||||
'id',
|
||||
'name',
|
||||
'notes',
|
||||
'active',
|
||||
'standards'
|
||||
|
||||
Reference in New Issue
Block a user