diff options
| author | Tom Christie | 2012-11-07 11:43:47 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-07 11:43:47 +0000 |
| commit | 3debd7b1a20988350ee6cb93ecc0f55dcff315a0 (patch) | |
| tree | d8db724f10b1a491f7238a17cde702ec70045f1e /rest_framework | |
| parent | 4546b01f9b165702a7b36b229a300356a292e4e5 (diff) | |
| parent | 0356c5dca49a13d2c6487ea9e300accf9f0bac59 (diff) | |
| download | django-rest-framework-3debd7b1a20988350ee6cb93ecc0f55dcff315a0.tar.bz2 | |
Version 2.1.12.1.1
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 2 | ||||
| -rw-r--r-- | rest_framework/status.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 5aa2b889..fc99b879 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.1.0' +__version__ = '2.1.1' VERSION = __version__ # synonym 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 |
