diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-06 05:34:45 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-06 05:34:45 +0000 |
| commit | 3e2fa60df2d46fc9216f3456e59ed5a4905ae072 (patch) | |
| tree | 3a543cf00970d46d919acfc12776dcc6defb13c8 /docs/request_response.txt | |
| parent | d4623df4638823d4454a1fea4702801fbfb36df6 (diff) | |
Fixed #4985 -- Clarified location of HttpResponse in docs/request_response.txt. Thanks for raising the issue, rainer.mansfeld@romulo.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/request_response.txt')
| -rw-r--r-- | docs/request_response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/request_response.txt b/docs/request_response.txt index 0b985d563b..a17a60ff17 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -297,7 +297,7 @@ In contrast to ``HttpRequest`` objects, which are created automatically by Django, ``HttpResponse`` objects are your responsibility. Each view you write is responsible for instantiating, populating and returning an ``HttpResponse``. -The ``HttpResponse`` class lives at ``django.http.HttpResponse``. +The ``HttpResponse`` class lives in the ``django.http`` module. Usage ----- |
