mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
Corrected artist
and album_name
`The Roots` are the band: https://en.wikipedia.org/wiki/The_Roots `Undun` is their album: https://en.wikipedia.org/wiki/Undun
This commit is contained in:
parent
0dec36eb41
commit
072d14c2e1
|
@ -99,8 +99,8 @@ For example, the following serializer:
|
||||||
Would serialize to a representation like this:
|
Would serialize to a representation like this:
|
||||||
|
|
||||||
{
|
{
|
||||||
'album_name': 'The Roots',
|
'album_name': 'Undun',
|
||||||
'artist': 'Undun',
|
'artist': 'The Roots',
|
||||||
'tracks': [
|
'tracks': [
|
||||||
89,
|
89,
|
||||||
90,
|
90,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user