Opened 10 years ago

Closed 10 years ago

#23168 closed Bug (invalid)

request.GET.getlist

Reported by: rodolphe.chartier@… 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 anonymous, 10 years ago

comment:2 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top