index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
numberformat.py
Age
Commit message (
Expand
)
Author
2015-03-09
Fixed #24382 -- Allowed unicode chars inside formatted numbers
Claude Paroz
2015-02-08
Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertion
Varun Sharma
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-03
Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.format
Eric Rouleau
2012-09-18
Fixed #18800 -- Support numbers bigger than max float in `numberformat`.
Florian Apolloner
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2011-12-24
Fixed #17414 -- Prevented numberformat from trying to group digits when the n...
Aymeric Augustin
2011-09-08
Fixed #16404 -- Fixed a regression in the localization changes in the humaniz...
Jannis Leidel
2011-04-22
Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...
Jannis Leidel
2010-09-27
Fixed #14290 -- Made format localization faster by caching the format modules...
Jannis Leidel
2010-03-20
Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel