Tuesday, 1 October 2013

Is it possible to change the field separator in django forms

Is it possible to change the field separator in django forms

I would like to change the field separator in django forms from comma to
something else? The reason being when users input text with comma's in a
field, the form submission errors out with the following error:
ValueError: too many values to unpack
If not, is there a way to handle comma separated text in a django form field?

No comments:

Post a Comment