diff options
| author | Tom Christie | 2012-01-24 17:53:54 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-01-24 17:53:54 +0000 |
| commit | 27590fea8b34f95fc4419524db18cc5053699bee (patch) | |
| tree | 611c00796f08dd5d4eaf05965951da7cf6b80c62 /djangorestframework/status.py | |
| parent | 8bb427537cb0a8adc0a826bc8227d1b5225f905e (diff) | |
| download | django-rest-framework-27590fea8b34f95fc4419524db18cc5053699bee.tar.bz2 | |
Drop redundant comment.
Diffstat (limited to 'djangorestframework/status.py')
| -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 |
