mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 13:30:12 +03:00
spaces
This commit is contained in:
parent
6302fca16c
commit
7113a120bf
|
@ -308,12 +308,12 @@ class TestRecursiveField:
|
||||||
|
|
||||||
def test_serialize_list(self):
|
def test_serialize_list(self):
|
||||||
value = {
|
value = {
|
||||||
'name':'first',
|
'name': 'first',
|
||||||
'next': {
|
'next': {
|
||||||
'name':'second',
|
'name': 'second',
|
||||||
'next':{
|
'next':{
|
||||||
'name':'third',
|
'name': 'third',
|
||||||
'next':None,
|
'next': None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user