summaryrefslogtreecommitdiff
path: root/django/contrib/humanize/tests.py
AgeCommit message (Expand)Author
2011-12-24Fixed #17414 -- Prevented numberformat from trying to group digits when the n...Aymeric Augustin
2011-11-22Fixed the humanize tests to work properly with a pure-python datetime module ...Alex Gaynor
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-26Avoid spurious failures in naturaltime tests.Carl Meyer
2011-10-24Fixed #17086 -- Removed pollution of global template-builtins from markup and...Carl Meyer
2011-10-22Mocked datetime in the naturaltime tests to avoid sporadic test failure.Carl Meyer
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel