summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/dateformat.py
AgeCommit message (Expand)Author
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-09-28Unified the regressiontests/dateformat tests with the regressiontests/utils/d...Russell Keith-Magee
2010-09-28A few test optimizations; using native unittest where no Django-specific Test...Russell Keith-Magee
2009-11-02Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 fo...Russell Keith-Magee
2009-11-01Changed setUp and tearDown for the tests converted from doctests in r11695Karen Tracey
2009-11-01Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due t...Russell Keith-Magee
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...Jacob Kaplan-Moss