summaryrefslogtreecommitdiff
path: root/tests/regressiontests/humanize
AgeCommit message (Expand)Author
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel
2011-09-09Add a test for the intcomma regression described in #16404/#16562, fixed in r...Karen Tracey
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-17Updated humanize tests to use the FixedOffset timezone from the utils and rem...Jannis Leidel
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-04-22Fixed #11321 -- Handle timezones correctly in conjunction with naturalday fil...Jannis Leidel
2011-04-22Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...Jannis Leidel
2010-12-21Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed ...Jannis Leidel
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-01-10Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolit...Adrian Holovaty
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-01Negligible formatting change to humanize tests.py (from [4880])Adrian Holovaty
2007-03-31Fixed #3017 -- Added tests for humanize filter.Malcolm Tredinnick
2007-02-25Fixed #3518: Added unit tests for the humanize filters. Major thanks to Jyrki...Jacob Kaplan-Moss