Kaydet (Commit) dc44e50e authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 83f5f700
......@@ -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
......
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