#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
-------------------------------+--------------------------------------
Comment (by aaugustin):
`USE_THOUSAND_SEPARATOR = True` will break any non-trivial application
that hasn't been designed to support it from the start.
Random example: a template contains `<div data-id="{{ myobj.pk }}>{{ myobj
}}</div>`, and something in JavaScript uses the `pk`.
That works perfectly, until a user creates the 1000th post — six months
after you consider the site final...
--
Ticket URL: <https://code.djangoproject.com/ticket/19229#comment:5>
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.