summaryrefslogtreecommitdiff
path: root/django/utils/datetime_safe.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ↵Russell Keith-Magee2010-02-131-2/+2
| | | | | | 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
* Fixed #1443 -- Django's various bits now support dates before 1900. Thanks ↵Adrian Holovaty2008-07-181-0/+89
to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help git-svn-id: http://code.djangoproject.com/svn/django/trunk@7946 bcc190cf-cafb-0310-a4f2-bffc1f526a37