diff options
| author | Oscar Vilaplana | 2013-05-19 15:04:43 +0200 |
|---|---|---|
| committer | Oscar Vilaplana | 2013-05-19 15:04:43 +0200 |
| commit | 696c053f4fbbbb302d9b214d8daf511879256a7f (patch) | |
| tree | f1c4a533f7b2a0800705df8528143c476d1145fd /rest_framework/tests/generics.py | |
| parent | f1f5f92d899ae37d71234bf8a8a3ad52e20a253f (diff) | |
| download | django-rest-framework-696c053f4fbbbb302d9b214d8daf511879256a7f.tar.bz2 | |
s/Single Character/String/
Diffstat (limited to 'rest_framework/tests/generics.py')
| -rw-r--r-- | rest_framework/tests/generics.py | 4 |
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 |
