Commit 90139b3e by José Padilla

Remove left unicode strings

parent e8c01ecd
...@@ -708,10 +708,10 @@ class TestFilterBackendAppliedToViews(TestCase): ...@@ -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
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment