Commit 5ea810d5 by Tom Christie Committed by GitHub

Drop unnecessary TODO notes.

parent 9aaea258
...@@ -88,8 +88,6 @@ class Response(SimpleTemplateResponse): ...@@ -88,8 +88,6 @@ class Response(SimpleTemplateResponse):
Returns reason text corresponding to our HTTP response status code. Returns reason text corresponding to our HTTP response status code.
Provided for convenience. Provided for convenience.
""" """
# TODO: Deprecate and use a template tag instead
# TODO: Status code text for RFC 6585 status codes
return responses.get(self.status_code, '') return responses.get(self.status_code, '')
def __getstate__(self): def __getstate__(self):
......
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