Skip to content

Commit

Permalink
Fixed #19097 -- documented module of origin for HttpRes/req objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ptone committed Oct 10, 2012
1 parent 041ef9e commit c99ad64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ref/request-response.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
===================
Expand Down

0 comments on commit c99ad64

Please sign in to comment.