You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't currently support localized decimal fields, so you'd need to subclass the field and add in any further behavior by overriding get_internal_value and/or get_representation.
I'd accept a feature request for localization on field types so long as it comprehensively looked at all the various numeric localization that happens across all the Django numeric types.
How can i use comma as separator in decimal fields?
In django.forms.DecimalField just need to set locale=True in attributes to work well.
The text was updated successfully, but these errors were encountered: