summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/dateformat.py
AgeCommit message (Collapse)Author
2009-11-02Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 ↵Russell Keith-Magee
for the report, and Karen Tracey for the debugging help. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-01Changed setUp and tearDown for the tests converted from doctests in r11695Karen Tracey
to not assume TZ absolutely will be set in the environment. That environment variable does not necessarily exist on Windows, it seems. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-01Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due ↵Russell Keith-Magee
to a dependency on the old dateformat test. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now ↵Jacob Kaplan-Moss
filter/tag). Thanks to gsong and mir. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10716 bcc190cf-cafb-0310-a4f2-bffc1f526a37