diff options
| author | Oscar Vilaplana | 2013-05-19 15:47:23 +0200 |
|---|---|---|
| committer | Oscar Vilaplana | 2013-05-19 15:47:23 +0200 |
| commit | 9133ef77ab7940abbf69b688cd3b28c62665a8c7 (patch) | |
| tree | e3a324e29d5d4368eb44352c8e6625239f57ca84 /rest_framework/tests/generics.py | |
| parent | 7a5cd090aa91a5d1af0d54586f36e2156e1ccc60 (diff) | |
| download | django-rest-framework-9133ef77ab7940abbf69b688cd3b28c62665a8c7.tar.bz2 | |
removed TODO
Diffstat (limited to 'rest_framework/tests/generics.py')
| -rw-r--r-- | rest_framework/tests/generics.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py index b7292c81..8285e2d1 100644 --- a/rest_framework/tests/generics.py +++ b/rest_framework/tests/generics.py @@ -124,7 +124,6 @@ class TestRootView(TestCase): 'description': 'Example description for OPTIONS.', 'actions': {} } - # TODO: this is just a draft for fields' metadata - needs review and decision expected['actions']['GET'] = {} expected['actions']['POST'] = { 'text': { |
