In Django it is nearly impossible to deal with currency values, intcomma would make values to currency and it will work on Django 1.6a1 with Decimals, but still when I have a ModelForm or Form I can't validate a intcomma(Decimal()) Value. It will always be incorrect. Maybe its time now to let Django have a CurrencyField in core or even better functions for dealing with currency values.
I mean I would maybe contribute something to django, but maybe i'm too scared that my code isn't correct or even not that good to get contributed. It would just be another improvement for django when the handling of Currencies would be less worse than it is now. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
