Get List from POST Data - Django
Recently I tried sending a list through a form using something like <input name="my_list[]" value="some val">. When this form is submitted all of the inputs with that name are grouped together for easy access. In Django, one would think you could s...
eric.sau.pe1 min read