mirror of
https://github.com/django/django.git
synced 2025-07-05 18:29:11 +00:00
[1.2.X] Fixed #14771 -- corrected a typo in the testing docs. Thanks to Christian Oudard for the patch. Backport of [14694].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cb9cb65c68
commit
73ff0f1287
@ -727,7 +727,7 @@ arguments at time of construction:
|
|||||||
parameters will be made available in the request.GET data. For example,
|
parameters will be made available in the request.GET data. For example,
|
||||||
if you were to make the request::
|
if you were to make the request::
|
||||||
|
|
||||||
>>> c.post('/login/?vistor=true', {'name': 'fred', 'passwd': 'secret'})
|
>>> c.post('/login/?visitor=true', {'name': 'fred', 'passwd': 'secret'})
|
||||||
|
|
||||||
... the view handling this request could interrogate request.POST
|
... the view handling this request could interrogate request.POST
|
||||||
to retrieve the username and password, and could interrogate request.GET
|
to retrieve the username and password, and could interrogate request.GET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user