Skip to content

Commit 5ea810d

Browse files
authored
Drop unnecessary TODO notes.
1 parent 9aaea25 commit 5ea810d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rest_framework/response.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def status_text(self):
8888
Returns reason text corresponding to our HTTP response status code.
8989
Provided for convenience.
9090
"""
91-
# TODO: Deprecate and use a template tag instead
92-
# TODO: Status code text for RFC 6585 status codes
9391
return responses.get(self.status_code, '')
9492

9593
def __getstate__(self):

0 commit comments

Comments
 (0)