mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-15 18:52:27 +03:00
Merge pull request #4552 from duoi/master
Corrected `artist` and `album_name` typo in docs
This commit is contained in:
commit
5f6ceee7a5
|
@ -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