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
/
django
/
contrib
/
humanize
/
tests.py
Age
Commit message (
Expand
)
Author
2012-10-28
[1.5.x] Fixed a typo in aff9b2f.
Aymeric Augustin
2012-10-28
[1.5.x] Fixed #19203 -- Added isolation to a humanize test
Aymeric Augustin
2012-07-19
Fixed #18504 -- Computed |naturalday in local time.
Aymeric Augustin
2012-07-19
Fixed #18608 -- Reduced monkey-patching in tests.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-12-24
Fixed #17414 -- Prevented numberformat from trying to group digits when the n...
Aymeric Augustin
2011-11-22
Fixed the humanize tests to work properly with a pure-python datetime module ...
Alex Gaynor
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-26
Avoid spurious failures in naturaltime tests.
Carl Meyer
2011-10-24
Fixed #17086 -- Removed pollution of global template-builtins from markup and...
Carl Meyer
2011-10-22
Mocked datetime in the naturaltime tests to avoid sporadic test failure.
Carl Meyer
2011-09-23
Fixed #16878 -- Improved intword filter to support numbers up to decillion an...
Jannis Leidel