mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
d4623df463
commit
3e2fa60df2
|
@ -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
|
||||
-----
|
||||
|
|
Loading…
Reference in New Issue