Hi, I have a form floatfield. What is the best way to change the default separator from '.' to ','? I tried to set the DECIMAL_SEPARATOR in the settings to ',' but this doesn't help. Is there a way to configure this or do I have to overwrite the clean method of the floatfield? Thank you!
A:
FloatField
does not support i18n; you'll have to write your own.
Ignacio Vazquez-Abrams
2010-01-24 20:45:23