Kaydet (Commit) c99ad64d authored tarafından Preston Holmes's avatar Preston Holmes

Fixed #19097 -- documented module of origin for HttpRes/req objects

üst 041ef9ed
......@@ -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
===================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment