Answer the question
In order to leave comments, you need to log in
Why doesn't python see the list?
A POST request comes with a QueryDict, which contains 'parameter': ['1-1', '2-4']
, I try to parse it: for i in request.POST['parameter']
, but for some reason python sees only the last element '2-4', what am I doing wrong?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question