Remove left unicode strings

This commit is contained in:
José Padilla 2014-09-23 21:18:56 -04:00
parent e8c01ecdab
commit 90139b3efc

View File

@ -708,10 +708,10 @@ class TestFilterBackendAppliedToViews(TestCase):
'actions': { 'actions': {
'POST': { 'POST': {
'field_b': { 'field_b': {
'type': u'string', 'type': 'string',
'required': True, 'required': True,
'read_only': False, 'read_only': False,
'label': u'field b', 'label': 'field b',
'max_length': 100 'max_length': 100
} }
} }