#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 claudep):

 The current behavior is documented:
 ''When USE_L10N is set to True and if this is also set to True, Django
 will use the values of THOUSAND_SEPARATOR and NUMBER_GROUPING to format
 numbers.''
 https://docs.djangoproject.com/en/dev/ref/settings/#use-thousand-separator

 If suddenly we change the rules, people might unexpectedly see thousands
 separators, for example in a section where they have temporarily disabled
 l10n. So the change you proposes is not applicable as is.

 I'll let someone else decide if something should/could be done here or
 simply closed again.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21544#comment:6>
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.ba574f749f13fc0c9a1cf1b60d7e5e0f%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to