Commit be0bc9a9 authored by Rick Hutcheson's avatar Rick Hutcheson Committed by Tim Graham
Browse files

[1.7.x] Fixed a typo in the test responses docs.

Backport of 996292d6 from master
parent cef3f805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ Testing responses

The ``get()`` and ``post()`` methods both return a ``Response`` object. This
``Response`` object is *not* the same as the ``HttpResponse`` object returned
Django views; the test response object has some additional data useful for
by Django views; the test response object has some additional data useful for
test code to verify.

Specifically, a ``Response`` object has the following attributes: