#19229: Use thousands separator to ease the reading of numbers with many digits
-------------------------------+--------------------------------------
     Reporter:  zachborboa@…   |                    Owner:  nobody
         Type:  New feature    |                   Status:  closed
    Component:  contrib.admin  |                  Version:  1.4
     Severity:  Normal         |               Resolution:  wontfix
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  1              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by julien):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 Thanks for the report, however the pagination count is already displayed
 following the active localization rules. For example, if English is active
 then commas should already be displayed as thousand separators. For other
 locales (e.g. French), then spaces should be used instead. Forcing the use
 of `|intcomma` would bypass the localization rules, which isn't
 acceptable.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19229#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to