Yeah, its OK to have more than one value of the same param and wrap all
of them in the list. But when you have only one parameter value passed
making a list for it is at least inconsistent with the value you get
from request.GET['param'] which is just a scalar and this also breaks
some parts in admin as was mentioned.

Reply via email to