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

This commit is contained in:
Tom Christie 2014-01-30 17:32:05 +00:00
parent 0383f11ff7
commit 9f0ead9597

View File

@ -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),