mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
Stray unicode string marker removed
This commit is contained in:
parent
d8bf878792
commit
8904f179d1
|
@ -458,7 +458,7 @@ class TestFKInstanceView(TestCase):
|
||||||
'type': 'integer',
|
'type': 'integer',
|
||||||
'required': False,
|
'required': False,
|
||||||
'read_only': True,
|
'read_only': True,
|
||||||
'label': u'ID'
|
'label': 'ID'
|
||||||
},
|
},
|
||||||
'name': {
|
'name': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user