Opened 16 years ago
Closed 16 years ago
#9351 closed (fixed)
Test client ignores querystring on post
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 (last modified by )
Typically, when I POST to "/example/?q=1", then request.GET['q'] == '1'
.
This is true under at least the runserver, apache and fcgi.
However, TestCase.client.post()
always produces an empty request.GET
.
Change History (2)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(Fixed description formatting).