Skip to content

Commit 072d14c

Browse files
authored
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
1 parent 0dec36e commit 072d14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-guide/relations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ For example, the following serializer:
9999
Would serialize to a representation like this:
100100

101101
{
102-
'album_name': 'The Roots',
103-
'artist': 'Undun',
102+
'album_name': 'Undun',
103+
'artist': 'The Roots',
104104
'tracks': [
105105
89,
106106
90,

0 commit comments

Comments
 (0)