aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/generics.py
diff options
context:
space:
mode:
authorOscar Vilaplana2013-05-19 15:04:43 +0200
committerOscar Vilaplana2013-05-19 15:04:43 +0200
commit696c053f4fbbbb302d9b214d8daf511879256a7f (patch)
treef1c4a533f7b2a0800705df8528143c476d1145fd /rest_framework/tests/generics.py
parentf1f5f92d899ae37d71234bf8a8a3ad52e20a253f (diff)
downloaddjango-rest-framework-696c053f4fbbbb302d9b214d8daf511879256a7f.tar.bz2
s/Single Character/String/
Diffstat (limited to 'rest_framework/tests/generics.py')
-rw-r--r--rest_framework/tests/generics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py
index 2cbb55e6..38bf1990 100644
--- a/rest_framework/tests/generics.py
+++ b/rest_framework/tests/generics.py
@@ -133,7 +133,7 @@ class TestRootView(TestCase):
#'label': None,
'read_only': False,
'required': True,
- 'type': 'Single Character',
+ 'type': 'String',
},
'id': {
# TODO add help_text and label when they are available
@@ -274,7 +274,7 @@ class TestInstanceView(TestCase):
#'label': None,
'read_only': False,
'required': True,
- 'type': 'Single Character',
+ 'type': 'String',
},
'id': {
# TODO uncomment label and description when they are