mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[1.8.x] Fixed a typo in the test responses docs.
Backport of 996292d6498d25c6b3e84435e82edeff5aaa0257 from master
This commit is contained in:
parent
c72448b597
commit
801287bff2
@ -396,7 +396,7 @@ Testing responses
|
|||||||
|
|
||||||
The ``get()`` and ``post()`` methods both return a ``Response`` object. This
|
The ``get()`` and ``post()`` methods both return a ``Response`` object. This
|
||||||
``Response`` object is *not* the same as the ``HttpResponse`` object returned
|
``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.
|
test code to verify.
|
||||||
|
|
||||||
Specifically, a ``Response`` object has the following attributes:
|
Specifically, a ``Response`` object has the following attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user