Skip to content
Snippets Groups Projects
Verified Commit 529114c8 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added missing fields in playlist serializer

parent f20e059d
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,8 @@ class PlaylistSerializer(serializers.ModelSerializer):
'name',
'tracks_count',
'user',
'modification_date',
'creation_date',
'privacy_level',)
read_only_fields = [
'id',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment