diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-24 09:29:27 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-24 09:29:27 +0000 |
| commit | 8613e6c53efe40f77e03541d56f68d0f583bcbdc (patch) | |
| tree | 9ad01620d790fbb676e2db63d04e19315a498c13 /docs/ref | |
| parent | 122c1a9ac0e293a8efc3f1b0348540b02e5ad9f1 (diff) | |
[1.0.X] Fixed #9430 -- Fixed documentation references to the HttpResponse
classes for returning HTTP status codes other than 200.
Backport of r9266 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index d8f4fe04a0..262b1276dc 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -525,6 +525,8 @@ Methods .. _HTTP Status code: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10 +.. _ref-httpresponse-subclasses: + HttpResponse subclasses ----------------------- |
