How to handle request.GET with multiple variables for the same parameter in Django January 22, 2023 by Tarik You want the getlist() function of the GET object: request.GET.getlist('myvar')