diff options
Diffstat (limited to 'rest_framework/tests/generics.py')
| -rw-r--r-- | rest_framework/tests/generics.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py index 38bf1990..b7292c81 100644 --- a/rest_framework/tests/generics.py +++ b/rest_framework/tests/generics.py @@ -131,6 +131,7 @@ class TestRootView(TestCase): # TODO add help_text and label when they are available #'help_text': '', #'label': None, + 'max_length': 100, 'read_only': False, 'required': True, 'type': 'String', @@ -272,6 +273,7 @@ class TestInstanceView(TestCase): # available #'description': '', #'label': None, + 'max_length': 100, 'read_only': False, 'required': True, 'type': 'String', |
