Opened 16 years ago
Last modified 16 years ago
#9351 closed
Test client ignores querystring on post — at Initial Version
Reported by: | sime | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Typically, when I POST to "/example/?q=1", then request.GETq == '1'.
This is true under at least the runserver, apache and fcgi.
However, TestCase.client.post() always produces an empty request.GET.
Note:
See TracTickets
for help on using tickets.