mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelm
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c06524bc2d
commit
a3a07af910
@ -473,7 +473,7 @@ Once you have a ``Client`` instance, you can call any of the following methods:
|
|||||||
data. For example::
|
data. For example::
|
||||||
|
|
||||||
>>> c = Client()
|
>>> c = Client()
|
||||||
>>> c.get('/login/', {'name': 'fred', 'passwd': 'secret'})
|
>>> c.post('/login/', {'name': 'fred', 'passwd': 'secret'})
|
||||||
|
|
||||||
...will result in the evaluation of a POST request to this URL::
|
...will result in the evaluation of a POST request to this URL::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user