From 9133ef77ab7940abbf69b688cd3b28c62665a8c7 Mon Sep 17 00:00:00 2001 From: Oscar Vilaplana Date: Sun, 19 May 2013 15:47:23 +0200 Subject: [PATCH] removed TODO --- rest_framework/tests/generics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rest_framework/tests/generics.py b/rest_framework/tests/generics.py index b7292c814..8285e2d18 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': {