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