Opened 17 years ago
Last modified 17 years ago
#9351 closed
Test client ignores querystring on post — at Version 1
| 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 (1)
comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
(Fixed description formatting).