aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/views.py
diff options
context:
space:
mode:
authorTom Christie2014-01-30 17:32:05 +0000
committerTom Christie2014-01-30 17:32:05 +0000
commit9f0ead95976c379957faf7d3f02eb52bf80a2e17 (patch)
treecc8bb97c053cd162259294c73ef9014d63c9a1fc /rest_framework/views.py
parent0383f11ff747b1236f7ca25e95a3652a1bbebb14 (diff)
downloaddjango-rest-framework-9f0ead95976c379957faf7d3f02eb52bf80a2e17.tar.bz2
Remove TODO note, since it hasn't been TODONE.
Diffstat (limited to 'rest_framework/views.py')
-rw-r--r--rest_framework/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/views.py b/rest_framework/views.py
index e863af6d..78010fa0 100644
--- a/rest_framework/views.py
+++ b/rest_framework/views.py
@@ -112,7 +112,6 @@ class APIView(View):
@property
def default_response_headers(self):
- # TODO: deprecate?
# TODO: Only vary by accept if multiple renderers
return {
'Allow': ', '.join(self.allowed_methods),