From 9133ef77ab7940abbf69b688cd3b28c62665a8c7 Mon Sep 17 00:00:00 2001 From: Oscar Vilaplana Date: Sun, 19 May 2013 15:47:23 +0200 Subject: removed TODO --- rest_framework/tests/generics.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rest_framework/tests/generics.py') 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': { -- cgit v1.2.3