I have a form containing a ModelMultipleChoiceField.
Is it possible to come up with a url mapping that will capture a varying number of parameters from said ModelMultipleChoiceField?
I find myself doing a reverse() call in the view passing the arguments of the form submission and realized that I don't know how to represent, in the urlconf, the multiple values from the SELECT tag rendered for the ModelMultipleChoiceField...