Commit 9f0ead95 by Tom Christie

Remove TODO note, since it hasn't been TODONE.

parent 0383f11f
...@@ -112,7 +112,6 @@ class APIView(View): ...@@ -112,7 +112,6 @@ class APIView(View):
@property @property
def default_response_headers(self): def default_response_headers(self):
# TODO: deprecate?
# TODO: Only vary by accept if multiple renderers # TODO: Only vary by accept if multiple renderers
return { return {
'Allow': ', '.join(self.allowed_methods), 'Allow': ', '.join(self.allowed_methods),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment