#9037: django.contrib.humanize new filter (dotint)
-------------------------------------+-------------------------------------
Reporter: waa | Owner: nobody
Type: New feature | Status: closed
Component: contrib.humanize | Version: SVN
Severity: Normal | Resolution: fixed
Keywords: contrib humanize | Triage Stage: Design
Has patch: 1 | decision needed
Needs tests: 0 | Needs documentation: 0
Easy pickings: 0 | Patch needs improvement: 1
| UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by aaugustin):
* status: new => closed
* ui_ux: => 0
* resolution: => fixed
* easy: => 0
Comment:
This feature is now provided by the `THOUSAND_SEPARATOR` and
`NUMBER_GROUPING` — from the settings when `USE_L10N = False`, and each
locale's `formats.py` when `USE_L10N = True`.
The values for `pt_BR`are correct:
{{{
THOUSAND_SEPARATOR = '.'
NUMBER_GROUPING = 3
}}}
All this probably didn't exist when the ticket was opened.
--
Ticket URL: <https://code.djangoproject.com/ticket/9037#comment:12>
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 this group at
http://groups.google.com/group/django-updates?hl=en.