mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Drop unnecessary TODO notes.
This commit is contained in:
parent
9aaea2586b
commit
5ea810d526
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user