Opened 11 years ago
Closed 11 years ago
#23168 closed Bug (invalid)
request.GET.getlist
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Forms | Version: | 1.6 |
| Severity: | Normal | Keywords: | HttpRequest get getlist |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hello,
When I do var = request.GET.getlist(name + 'var') where name is a string,
var is equal to [2.0 var=3.0] instead [2.0, 3.0]
Please help me, best regards,
Rodolphe Chartier.
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please see TicketClosingReasons/UseSupportChannels.