summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/datetime_safe.py
AgeCommit message (Collapse)Author
2010-09-28[1.2.X] A few test optimizations; using native unittest where no ↵Russell Keith-Magee
Django-specific TestCase features are required. Backport of r13935 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-27[1.2.X] Migrated datetime_safe doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
Backport of r13888 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-13Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ↵Russell Keith-Magee
thus, the serializers). Patch includes moving the datetime_safe tests into the utils regressiontests module. Thanks to gsf for the report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12423 bcc190cf-cafb-0310-a4f2-bffc1f526a37