From 072d14c2e1d4cf5d0b57196296657f19dd807e8c Mon Sep 17 00:00:00 2001 From: Steven Johns Date: Tue, 11 Oct 2016 11:20:48 +1100 Subject: [PATCH] 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 --- docs/api-guide/relations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index 8fde53d3a..aeefae8b1 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -99,8 +99,8 @@ For example, the following serializer: Would serialize to a representation like this: { - 'album_name': 'The Roots', - 'artist': 'Undun', + 'album_name': 'Undun', + 'artist': 'The Roots', 'tracks': [ 89, 90,