#21544: Problem with number format when not using L10N
-------------------------------+----------------------------------------
     Reporter:  yceruto@…      |                    Owner:  Yonel Ceruto
         Type:  Bug            |                   Status:  new
    Component:  Utilities      |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:  number format  |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  1              |                    UI/UX:  0
-------------------------------+----------------------------------------

Comment (by yceruto@…):

 I do not understand why mention the word "unexpectedly"?

 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 THOUSAND_SEPARATOR according to the current locate
 set to LANGUAGE_CODE, but if USE_L10N = False then is display the default
 values.

 Why USE_L10N determining use of thousands separator?

 https://docs.djangoproject.com/en/dev/ref/settings/#use-l10n
 Here not speak of this variable determines the use of the thousands
 separator.

 Please clarify, thanks

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21544#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/075.64d20500faf22cf9ae28c81c0044b981%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to