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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -