Django form floatfield separator -


I have a form float field to the default separator '.' What is the best way to change my service ','? I tried to set DECIMAL_SEPARATOR in the settings ',' but it does not help whether there is a way to configure it or do I have to overwrite the clean method of flatfield? Thanks!

Flatfield does not support i18n; You have to write your own.


Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

c# - TypeConverter in propertygrid only converts from string, not to -

jQuery UI: Datepicker month format -