diff options
| author | Oscar Vilaplana | 2013-05-19 15:48:16 +0200 |
|---|---|---|
| committer | Oscar Vilaplana | 2013-05-19 15:48:16 +0200 |
| commit | dea0b6ab7fcf8eb9ffebbe7720e4923df7f3c5a4 (patch) | |
| tree | 78c373449aa311d6bb069acf65b2e01fa6af5688 | |
| parent | 259153b3f96f51a613c0526ab947517a2a774857 (diff) | |
| download | django-rest-framework-dea0b6ab7fcf8eb9ffebbe7720e4923df7f3c5a4.tar.bz2 | |
removed TODO
| -rw-r--r-- | rest_framework/tests/generics.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py index e6b3797b..a2f8fb4b 100644 --- a/rest_framework/tests/generics.py +++ b/rest_framework/tests/generics.py @@ -127,18 +127,12 @@ class TestRootView(TestCase): expected['actions']['GET'] = {} expected['actions']['POST'] = { 'text': { - # TODO add help_text and label when they are available - #'help_text': '', - #'label': None, 'max_length': 100, 'read_only': False, 'required': True, 'type': 'String', }, 'id': { - # TODO add help_text and label when they are available - #'help_text': '', - #'label': None, 'read_only': True, 'required': False, 'type': 'Integer', |
