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': {
'POST': {
'field_b': {
'type': u'string',
'type': 'string',
'required': True,
'read_only': False,
'label': u'field b',
'label': 'field b',
'max_length': 100
}
}