diff options
| author | Tom Christie | 2011-05-10 16:01:58 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-05-10 16:01:58 +0100 |
| commit | 4d126796752cc3c79a24fd9caed49da6c525096f (patch) | |
| tree | 117148c29b0a0f8ca4bbfb299a613b2dbabe8259 /djangorestframework/status.py | |
| parent | a2575c1191104df024b41c58825b9a24d4c4ae2d (diff) | |
| download | django-rest-framework-4d126796752cc3c79a24fd9caed49da6c525096f.tar.bz2 | |
More tests, getting new serialization into resource
Diffstat (limited to 'djangorestframework/status.py')
| -rw-r--r-- | djangorestframework/status.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/djangorestframework/status.py b/djangorestframework/status.py index 8e95f1e4..67704b8e 100644 --- a/djangorestframework/status.py +++ b/djangorestframework/status.py @@ -1,7 +1,9 @@ -"""Descriptive HTTP status codes, for code readability. +""" +Descriptive HTTP status codes, for code readability. See RFC 2616 - Sec 10: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html -Also, django.core.handlers.wsgi.STATUS_CODE_TEXT""" +Also see django.core.handlers.wsgi.STATUS_CODE_TEXT +""" # Verbose format HTTP_100_CONTINUE = 100 |
