summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_numberformat.py
AgeCommit message (Expand)Author
2022-09-12Refs #34000 -- Optimized handling None values in numberformat.format().Jimmy Angelakos
2022-09-12Fixed #34000 -- Fixed numberformat.format() crash on empty strings.Jimmy Angelakos
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2020-02-26Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...Hasan Ramezani
2019-07-19Fixed typos in comments and a test name.Min ho Kim
2019-04-13Fixed #30363 -- Do not use exponential notation for small decimal numbers.Sjoerd Job Postmus
2019-02-11Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().Carlton Gibson
2018-07-19Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz
2017-06-29Refs #28280 -- Added more tests for utils.numberformat.format().Wil Tan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-01-29Cosmetic cleanups in tests/utils_tests/test_numberformat.pyTim Graham
2015-03-09Fixed #24382 -- Allowed unicode chars inside formatted numbersClaude Paroz
2015-02-08Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-12-03Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.formatEric Rouleau
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons