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