mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed some ReST errors in docs/testing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -561,7 +561,7 @@ The ``get()`` and ``post()`` methods both return a ``Response`` object. This
|
|||||||
Django views; this object is simpler and has some additional data useful for
|
Django views; this object is simpler and has some additional data useful for
|
||||||
tests.
|
tests.
|
||||||
|
|
||||||
Specifically, a ``Response`` object has the following attributes::
|
Specifically, a ``Response`` object has the following attributes:
|
||||||
|
|
||||||
=============== ==========================================================
|
=============== ==========================================================
|
||||||
Attribute Description
|
Attribute Description
|
||||||
|
|||||||
Reference in New Issue
Block a user