diff options
| author | Preston Holmes <preston@ptone.com> | 2012-10-09 20:30:28 -0700 |
|---|---|---|
| committer | Preston Holmes <preston@ptone.com> | 2012-10-09 20:30:28 -0700 |
| commit | c99ad64df7f8b7bdf504ef1c329610fce3c7f1b0 (patch) | |
| tree | 14c47452438738dadafcfcbec300f79a240b4114 /docs/ref | |
| parent | 041ef9ed68722fa5f8c38c9e39fad67714f35014 (diff) | |
Fixed #19097 -- documented module of origin for HttpRes/req objects
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/request-response.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index e977e32d42..90872a6feb 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -16,7 +16,8 @@ passing the :class:`HttpRequest` as the first argument to the view function. Each view is responsible for returning an :class:`HttpResponse` object. This document explains the APIs for :class:`HttpRequest` and -:class:`HttpResponse` objects. +:class:`HttpResponse` objects, which are defined in the :mod:`django.http` +module. HttpRequest objects =================== |
