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
/
dateformat.py
Age
Commit message (
Expand
)
Author
2012-02-10
Updated a few localization formats to stop the changes done in r17473 from br...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-09-25
Fixed #16924 -- Corrected `date` template filter handling of negative (West o...
Ramiro Morales
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-28
Unified the regressiontests/dateformat tests with the regressiontests/utils/d...
Russell Keith-Magee
2010-09-28
A few test optimizations; using native unittest where no Django-specific Test...
Russell Keith-Magee
2009-11-02
Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 fo...
Russell Keith-Magee
2009-11-01
Changed setUp and tearDown for the tests converted from doctests in r11695
Karen Tracey
2009-11-01
Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t...
Russell Keith-Magee
2009-05-08
Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...
Jacob Kaplan-Moss