mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Remove left unicode strings
This commit is contained in:
parent
e8c01ecdab
commit
90139b3efc
|
@ -708,10 +708,10 @@ class TestFilterBackendAppliedToViews(TestCase):
|
|||
'actions': {
|
||||
'POST': {
|
||||
'field_b': {
|
||||
'type': u'string',
|
||||
'type': 'string',
|
||||
'required': True,
|
||||
'read_only': False,
|
||||
'label': u'field b',
|
||||
'label': 'field b',
|
||||
'max_length': 100
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user