In conclusion one could say that if USE_L10N is not True then no thousands
separator is displayed, of course, only thru the configuration of django.
El viernes, 20 de diciembre de 2013 08:15:58 UTC-5, Yonel Ceruto González
escribió:
>
> Ok no problem,
>
> Although the document
the thousands separator to
the display the numbers.
El jueves, 19 de diciembre de 2013 16:19:42 UTC-5, Shai Berger escribió:
>
> Hi,
>
> On Thursday 19 December 2013 05:25:11 Yonel Ceruto González wrote:
> > Forgive me if at some point was arrogant, it was not my intention to
Forgive me if at some point was arrogant, it was not my intention to impose
my judgment or criticize, for me, the best framework that exists. Maybe I
was not regarded with good intentions and therefore I believe the answers
were focused to dodge my proposal.Most likely I knew not express well, b
It is understood that if I have enabled the thousands separator
USE_THOUSAND_SEPARATOR = True and NUMBER_GROUPING > 0 to display all
numbers with the pattern:
#THOUSAND_SEPARATOR###DECIMAL_SEPARATOR##
If is enabled or not USE_L10N only determines the "values" of
DECIMAL_SEPARATOR and THOUS
I think the configuration of the variable USE_L10N aims at in this case,
determine the format of number and not condition the use of the grouping of
thousands.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To unsubscribe from this group
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
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