mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +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',
|
||||
'required': False,
|
||||
'read_only': True,
|
||||
'label': u'ID'
|
||||
'label': 'ID'
|
||||
},
|
||||
'name': {
|
||||
'type': 'string',
|
||||
|
|
Loading…
Reference in New Issue
Block a user