Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
83f5f700b0
commit
dc44e50e5d
|
@ -481,7 +481,7 @@ Once you have a ``Client`` instance, you can call any of the following methods:
|
|||
|
||||
...with this POST data::
|
||||
|
||||
name=fred&passwd&secret
|
||||
name=fred&passwd=secret
|
||||
|
||||
If you provide ``content_type`` (e.g., ``text/xml`` for an XML payload),
|
||||
the contents of ``data`` will be sent as-is in the POST request, using
|
||||
|
|
Loading…
Reference in New Issue