Rectify the frontline:

I want to use the grouping of thousands in my numeric formats, for which I 
use the "floatformat" filter.


El martes, 3 de diciembre de 2013 08:13:21 UTC-5, Yonel Ceruto González 
escribió:
>
> Deseo usar la agrupación de millares en mis formatos numéricos, for which 
> I use the "floatformat" filter.
>  
> My configuration in "settings.py" is:
> USE_L10N = False
> USE_THOUSAND_SEPARATOR = True
> NUMBER_GROUPING = 3
>  
> Showing my numbers without the grouping of thousands.
>
> When I check in depth why I realize that the grouping of thousands is 
> subject to the value of the Variable settings.USE_L10N:
>
> django / utils / numberformat.py:
>
> def format (...):
> ...
> use_grouping = settings.USE_L10N and settings.USE_THOUSAND_SEPARATOR
> Think it would be correct to eliminate the constraint that prohibits the 
> display grouping of thousands, if not L10N used?
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/1bc96ccb-7032-4bf5-8914-6cef19606155%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to