aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/status.py
diff options
context:
space:
mode:
authorSébastien Piquemal2012-01-31 23:21:55 +0200
committerSébastien Piquemal2012-01-31 23:21:55 +0200
commit279fa0d371b73974b87267edabe2a4f76a198ebb (patch)
tree28b3a7aa6d489ad1e93acb14c3e890c8733f85cf /djangorestframework/status.py
parent152c385f4de37558fe4e522abad5b97f0cf7ddce (diff)
parentb2fcfffb3bdaed89d39ee563c58dc0ede5e857ac (diff)
downloaddjango-rest-framework-279fa0d371b73974b87267edabe2a4f76a198ebb.tar.bz2
merge
Diffstat (limited to 'djangorestframework/status.py')
-rw-r--r--djangorestframework/status.py1
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