Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maxence Bothorel
funkwhale
Commits
529114c8
Verified
Commit
529114c8
authored
Mar 21, 2018
by
Eliot Berriot
Browse files
Added missing fields in playlist serializer
parent
f20e059d
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/funkwhale_api/playlists/serializers.py
View file @
529114c8
...
...
@@ -73,6 +73,8 @@ class PlaylistSerializer(serializers.ModelSerializer):
'name'
,
'tracks_count'
,
'user'
,
'modification_date'
,
'creation_date'
,
'privacy_level'
,)
read_only_fields
=
[
'id'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment