aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
diff options
context:
space:
mode:
authorOscar Vilaplana2013-05-19 15:47:23 +0200
committerOscar Vilaplana2013-05-19 15:47:23 +0200
commit9133ef77ab7940abbf69b688cd3b28c62665a8c7 (patch)
treee3a324e29d5d4368eb44352c8e6625239f57ca84 /rest_framework/tests
parent7a5cd090aa91a5d1af0d54586f36e2156e1ccc60 (diff)
downloaddjango-rest-framework-9133ef77ab7940abbf69b688cd3b28c62665a8c7.tar.bz2
removed TODO
Diffstat (limited to 'rest_framework/tests')
-rw-r--r--rest_framework/tests/generics.py1
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': {