aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/status.py
diff options
context:
space:
mode:
authorTom Christie2012-11-06 12:41:22 -0800
committerTom Christie2012-11-06 12:41:22 -0800
commit02b7196ad4aa6b860f57c065a627055008405b41 (patch)
tree7e8d8db8b941c73a27445d9f9a1c6df996c255b6 /rest_framework/status.py
parenta49285fe9a3711bba04ecabb4ad43a262eab3de3 (diff)
parente02a8470e8d32348a9bd7714e1f27cf6e55b5cda (diff)
downloaddjango-rest-framework-02b7196ad4aa6b860f57c065a627055008405b41.tar.bz2
Merge pull request #381 from minddust/master
fixed typo in html status code
Diffstat (limited to 'rest_framework/status.py')
-rw-r--r--rest_framework/status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/status.py b/rest_framework/status.py
index f3a5e481..a1eb48da 100644
--- a/rest_framework/status.py
+++ b/rest_framework/status.py
@@ -49,4 +49,4 @@ HTTP_502_BAD_GATEWAY = 502
HTTP_503_SERVICE_UNAVAILABLE = 503
HTTP_504_GATEWAY_TIMEOUT = 504
HTTP_505_HTTP_VERSION_NOT_SUPPORTED = 505
-HTTP_511_NETWORD_AUTHENTICATION_REQUIRED = 511
+HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511