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
/
utils
/
timesince.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-22
Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a d...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-28
A few test optimizations; using native unittest where no Django-specific Test...
Russell Keith-Magee
2010-09-27
Migrated timesince utils doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2010-06-05
Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesi...
Russell Keith-Magee
2009-04-07
Added some tests to show that #9672 has been fixed ever since [10215]. Refs #...
Jacob Kaplan-Moss
2008-08-26
Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware
Malcolm Tredinnick
2007-11-29
Fixed #6050 -- Handled edge-case of duplicate keys being passed when
Malcolm Tredinnick
2007-09-17
Fixed #2675 -- Changed the `timeuntil` and `timesince` template filters to di...
Gary Wilson Jr