diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-24 09:24:42 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-24 09:24:42 +0000 |
| commit | cbe11c1982b5519171a8caae6f99629899dc929b (patch) | |
| tree | 9ba813249be3c6320040d209ac9b58e0636d274d /docs/ref | |
| parent | 2f87035aac839b6b90950cd3cf64c6b712bb905b (diff) | |
Fixed #9430 -- Fixed documentation references to the HttpResponse classes for
returning HTTP status codes other than 200.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9266 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 ----------------------- |
