summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/dateformat.py
AgeCommit message (Collapse)Author
2009-11-02[1.1.X] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to ↵Russell Keith-Magee
apollo13 for the report, and Karen Tracey for the debugging help. Backport of r11705 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-01[1.1.X] Changed setUp and tearDown for the tests converted from doctests in ↵Karen Tracey
r11695 to not assume TZ absolutely will be set in the environment. That environment variable does not necessarily exist on Windows, it seems. r11699 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11700 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-01[1.1.X] Fixed #12123 -- Updated the utils.dateformat test to be a unittest ↵Russell Keith-Magee
too, due to a dependency on the old dateformat test. Backport of r11695 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11696 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