We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaea25 commit 5ea810dCopy full SHA for 5ea810d
rest_framework/response.py
@@ -88,8 +88,6 @@ def status_text(self):
88
Returns reason text corresponding to our HTTP response status code.
89
Provided for convenience.
90
"""
91
- # TODO: Deprecate and use a template tag instead
92
- # TODO: Status code text for RFC 6585 status codes
93
return responses.get(self.status_code, '')
94
95
def __getstate__(self):
0 commit comments