#13786: Test client PUT and DELETE do not include the GET query params
---------------------------------+------------------------------------------
Reporter: coulix | Owner: nobody
Status: new | Milestone:
Component: Testing framework | Version: 1.2
Keywords: | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------+------------------------------------------
Using DJango test client to test my piston API using Oauth two legged i
realised that when passing ?xoauth_requestor_id=foo as a GET variable on
PUT and DELETE action the request response did not include the variable in
request.GET.
In the case of a PUT action request.GET and request.POST contanis the same
POST data ... no trace of xoauth_requestor_id.
It works well on POST and GET
--
Ticket URL: <http://code.djangoproject.com/ticket/13786>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.