diff options
| -rw-r--r-- | djangorestframework/status.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/status.py b/djangorestframework/status.py index 9e2ef54c..684c9b38 100644 --- a/djangorestframework/status.py +++ b/djangorestframework/status.py @@ -5,7 +5,6 @@ See RFC 2616 - Sec 10: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Also see django.core.handlers.wsgi.STATUS_CODE_TEXT """ -# Verbose format HTTP_100_CONTINUE = 100 HTTP_101_SWITCHING_PROTOCOLS = 101 HTTP_200_OK = 200 |
